window -> body for ie

This commit is contained in:
Jacob Thornton 2011-08-28 17:52:55 -07:00
parent 7b041f8419
commit b4a84e1e7d
1 changed files with 1 additions and 1 deletions

View File

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