Merge pull request #2167 from fsteeg/2166-properties

Don't remove data.suggest in _destroy function
This commit is contained in:
Antonin Delpeuch 2019-09-27 10:34:41 +02:00 committed by GitHub
commit aa5d7b03cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,7 +280,6 @@
$(window)
.unbind("resize.suggest", this.onresize)
.unbind("scroll.suggest", this.onresize);
this.input.removeData("data.suggest");
},
invalidate_position: function() {