mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Merge remote branch 'kou/autocomplete-destroy-search-timeout'
This commit is contained in:
commit
f8f38e86c4
1
ui/jquery.ui.autocomplete.js
vendored
1
ui/jquery.ui.autocomplete.js
vendored
@ -263,6 +263,7 @@ $.widget( "ui.autocomplete", {
|
||||
},
|
||||
|
||||
_destroy: function() {
|
||||
clearTimeout( this.searching );
|
||||
this.element
|
||||
.removeClass( "ui-autocomplete-input" )
|
||||
.removeAttr( "autocomplete" )
|
||||
|
Loading…
Reference in New Issue
Block a user