fix eslint

This commit is contained in:
Joffrey JAFFEUX 2018-07-30 13:10:20 -04:00 committed by GitHub
parent 2c90a2e5c2
commit c6fd506a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,9 +56,7 @@ export default ComboBox.extend(Tags, {
this.$(".selected-name").on(
"touchend.select-kit pointerup.select-kit",
event => {
this.focusFilterOrHeader();
}
() => this.focusFilterOrHeader()
);
},