MCPcopy Index your code
hub / github.com/Blogify/Blogify / Dropdown

Function Dropdown

public/assets/assets/scripts/frontend.js:9964–9966  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

9962 var backdrop = '.dropdown-backdrop'
9963 var toggle = '[data-toggle="dropdown"]'
9964 var Dropdown = function (element) {
9965 $(element).on('click.bs.dropdown', this.toggle)
9966 }
9967
9968 Dropdown.VERSION = '3.3.4'
9969

Callers

nothing calls this directly

Calls 1

$Function · 0.85

Tested by

no test coverage detected