1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

window -> body for ie

This commit is contained in:
Jacob Thornton 2011-08-28 17:52:55 -07:00
parent 7b041f8419
commit b4a84e1e7d

View file

@ -8,7 +8,7 @@
}
$(function () {
$(window).bind("click", clearMenus)
$('body').bind("click", clearMenus)
})
$.fn.dropdown = function ( options ) {