Skip to content

Commit 03da6e4

Browse files
committed
Autocomplete: Remove left-over clearTimeout( this.closing ).
1 parent 6a48cda commit 03da6e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.autocomplete.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ $.widget( "ui.autocomplete", {
429429
},
430430

431431
_close: function( event ) {
432-
clearTimeout( this.closing );
433432
if ( this.menu.element.is( ":visible" ) ) {
434433
this.menu.element.hide();
435434
this.menu.blur();

0 commit comments

Comments
 (0)