2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

fixes es-lint errors

This commit is contained in:
Joffrey JAFFEUX 2017-07-19 00:44:44 +02:00
parent 6de258d4cf
commit 9664fd7302
2 changed files with 6 additions and 7 deletions

View file

@ -327,7 +327,6 @@ export default Ember.Component.extend({
_applyEmojiAutocomplete($editorInput) {
if (!this.siteSettings.enable_emoji) { return; }
const register = this.register;
const self = this;
$editorInput.autocomplete({