Skip to content

Commit f8f38e8

Browse files
committed
Merge remote branch 'kou/autocomplete-destroy-search-timeout'
2 parents 8c5a6f7 + b83a206 commit f8f38e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/jquery.ui.autocomplete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ $.widget( "ui.autocomplete", {
263263
},
264264

265265
_destroy: function() {
266+
clearTimeout( this.searching );
266267
this.element
267268
.removeClass( "ui-autocomplete-input" )
268269
.removeAttr( "autocomplete" )

0 commit comments

Comments
 (0)