mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
should be a const
This commit is contained in:
parent
33c1ce8d55
commit
81c1cc4f22
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue