Merge pull request #2167 from fsteeg/2166-properties
Don't remove data.suggest in _destroy function
This commit is contained in:
commit
aa5d7b03cd
@ -280,7 +280,6 @@
|
||||
$(window)
|
||||
.unbind("resize.suggest", this.onresize)
|
||||
.unbind("scroll.suggest", this.onresize);
|
||||
this.input.removeData("data.suggest");
|
||||
},
|
||||
|
||||
invalidate_position: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user