We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9a703e + 4564835 commit 90e39ceCopy full SHA for 90e39ce
jquery.auto-complete.js
@@ -81,7 +81,7 @@
81
});
82
83
that.on('blur.autocomplete', function(){
84
- try { over_sb = $('.autocomplete-suggestions:hover').length; } catch(e){ over_sb = 0; } // IE7 fix :hover
+ try { var over_sb = $('.autocomplete-suggestions:hover').length; } catch(e){ over_sb = 0; } // IE7 fix :hover
85
if (!over_sb) {
86
that.last_val = that.val();
87
that.sc.hide();
0 commit comments