should be a const
This commit is contained in:
parent
33c1ce8d55
commit
81c1cc4f22
|
@ -239,7 +239,7 @@ export default Ember.Component.extend({
|
|||
},
|
||||
|
||||
_bindEmojiClick($emojisContainer) {
|
||||
let handler = (event) => {
|
||||
const handler = (event) => {
|
||||
const code = this._codeForEmojiLink($(event.currentTarget));
|
||||
|
||||
this._trackEmojiUsage(code);
|
||||
|
|
Loading…
Reference in New Issue