test
This commit is contained in:
parent
a028ac2180
commit
d6104a2aa7
|
@ -55,16 +55,16 @@ Object.keys(emojiMap).forEach(key => {
|
|||
|
||||
if (unicodeToFilename(key) !== filename) {
|
||||
// filename can't be derived using unicodeToFilename
|
||||
// filenameData.push(filename);
|
||||
filenameData.push(filename);
|
||||
}
|
||||
|
||||
if (typeof shortcode === 'undefined') {
|
||||
// emojisWithoutShortCodes.push(filenameData);
|
||||
emojisWithoutShortCodes.push(filenameData);
|
||||
} else {
|
||||
if (!Array.isArray(shortCodesToEmojiData[shortcode])) {
|
||||
shortCodesToEmojiData[shortcode] = [[]];
|
||||
}
|
||||
// shortCodesToEmojiData[shortcode][0].push(filenameData);
|
||||
shortCodesToEmojiData[shortcode][0].push(filenameData);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue