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:
parent
6de258d4cf
commit
9664fd7302
2 changed files with 6 additions and 7 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue