mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 06:48:25 +08:00
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…
x
Reference in New Issue
Block a user