mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
function is not needed
This commit is contained in:
parent
f4c20472d2
commit
bd0e5b91c0
@ -12,7 +12,7 @@ export const EMOJI_USAGE = "emojiUsage";
|
|||||||
export const EMOJI_SCROLL_Y = "emojiScrollY";
|
export const EMOJI_SCROLL_Y = "emojiScrollY";
|
||||||
export const EMOJI_SELECTED_DIVERSITY = "emojiSelectedDiversity";
|
export const EMOJI_SELECTED_DIVERSITY = "emojiSelectedDiversity";
|
||||||
const PER_ROW = 11;
|
const PER_ROW = 11;
|
||||||
const customEmojis = _.map(_.keys(extendedEmojiList()), function(code) {
|
const customEmojis = _.map(_.keys(extendedEmojiList()), code => {
|
||||||
return { code, src: emojiUrlFor(code) };
|
return { code, src: emojiUrlFor(code) };
|
||||||
});
|
});
|
||||||
let $picker, $modal, $filter, $results, $list;
|
let $picker, $modal, $filter, $results, $list;
|
||||||
|
Loading…
Reference in New Issue
Block a user