mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Merge cffbcca977
into 55443d4b39
This commit is contained in:
commit
9702393223
@ -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)
|
||||
@ -750,7 +750,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
|
||||
|
Loading…
Reference in New Issue
Block a user