FIX: ESLint

This commit is contained in:
Robin Ward 2016-11-24 13:17:07 -05:00
parent bb0ab289b9
commit 676d585abb
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export default Ember.Component.extend({
.off("selectionchange.quote-button");
},
click(e) {
click() {
this.sendAction("selectText");
return false;
}