diff --git a/lib/jquery.ime/jquery.ime.js b/lib/jquery.ime/jquery.ime.js index ace47dc5..d8238508 100644 --- a/lib/jquery.ime/jquery.ime.js +++ b/lib/jquery.ime/jquery.ime.js @@ -856,7 +856,9 @@ } ); // Hide the menu when clicked outside - $( 'html' ).click( $.proxy( this.hide, this ) ); + $( 'html' ).click( function () { + imeselector.hide(); + } ); // ... but when clicked on window do not propagate it. this.$menu.on( 'click', function ( event ) {