mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06: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…
Reference in New Issue
Block a user