mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-27 21:15:19 +00:00
fixed other chars too
This commit is contained in:
parent
0a3a60d138
commit
a467816397
@ -795,7 +795,7 @@ function createTwemoji(re) {
|
|||||||
.replace(/^ /gm, '')
|
.replace(/^ /gm, '')
|
||||||
// add the RegExp in the right place
|
// add the RegExp in the right place
|
||||||
.replace('re = /twemoji/', 're = /' + re + '/g')
|
.replace('re = /twemoji/', 're = /' + re + '/g')
|
||||||
.replace(/(\\u003[3-9])(\\u20e3)/g, '$1\\ufe0f?$2')
|
.replace(/(\\u00[2-3][0-9])(\\u20e3)/g, '$1\\ufe0f?$2')
|
||||||
// add the full license
|
// add the full license
|
||||||
.replace('/*! (C) Twitter Inc. */',
|
.replace('/*! (C) Twitter Inc. */',
|
||||||
'/*! (C) Twitter Inc. *//*\n' +
|
'/*! (C) Twitter Inc. *//*\n' +
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
twemoji.min.js
vendored
2
twemoji.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user