From cffbcca977f97a16ea809cf5b863465ba555b43d Mon Sep 17 00:00:00 2001 From: JuanitoFatas Date: Sun, 20 Dec 2015 21:49:55 +0800 Subject: [PATCH] Fix a typo in twemoji-generator.js --- twemoji-generator.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/twemoji-generator.js b/twemoji-generator.js index 552b1d0e..263e7d31 100755 --- a/twemoji-generator.js +++ b/twemoji-generator.js @@ -73,7 +73,7 @@ Queue([ res.on('data', chunks.push.bind(chunks)); // once done ... res.on('end', function () { - console.log('analizing EmojiSources VS our assets ... '); + console.log('analyzing EmojiSources VS our assets ... '); // store all missing assets in one object var missing = {}; // will be used to store an array with all missing @@ -114,7 +114,7 @@ Queue([ } }); } - + }, // and per each folder Object.keys(assets) @@ -749,7 +749,7 @@ function createTwemoji(re) { '"' ); attrib = options.attributes(icon, variant); - for (attrname in attrib) { + for (attrname in attrib) { if ( attrib.hasOwnProperty(attrname) && // don't allow any handlers to be set + don't allow overrides