mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
giant refactor - all spec passing again...
This commit is contained in:
Vendored
+3
-3
@@ -68,8 +68,8 @@
|
||||
* =================================== */
|
||||
|
||||
$(function () {
|
||||
$('html').bind('click.dropdown.data-api', clearMenus)
|
||||
$('body').delegate(toggle, 'click.dropdown.data-api', Dropdown.prototype.toggle)
|
||||
$('html').on('click.dropdown.data-api', clearMenus)
|
||||
$('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
|
||||
})
|
||||
|
||||
}( window.jQuery || window.ender )
|
||||
}( window.jQuery )
|
||||
Reference in New Issue
Block a user