FIX: calling incorrect method

This commit is contained in:
Joffrey JAFFEUX 2018-04-02 18:02:45 +02:00 committed by GitHub
parent 5e4dd20795
commit 8f2b305b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ export default MultiSelectComponent.extend(Tags, {
},
onExpand() {
this.set("searchDebounce", run.debounce(this, this.prepareSearch, this.get("filter"), 200));
this.set("searchDebounce", run.debounce(this, this._prepareSearch, this.get("filter"), 200));
},
onDeselect() {