mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
fixed generate problem
This commit is contained in:
parent
1720e9b22f
commit
040b383a17
@ -335,7 +335,7 @@ Queue([
|
|||||||
|
|
||||||
function createTwemoji(re) {
|
function createTwemoji(re) {
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
'twemoji.js',
|
file('2/twemoji.js'),
|
||||||
'/*jslint indent: 2, browser: true, bitwise: true, plusplus: true */\n' +
|
'/*jslint indent: 2, browser: true, bitwise: true, plusplus: true */\n' +
|
||||||
'var twemoji = (' +
|
'var twemoji = (' +
|
||||||
function (
|
function (
|
||||||
|
Loading…
Reference in New Issue
Block a user