0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01: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 ) {