mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-27 03:16:23 +00:00
fixed other chars too
This commit is contained in:
parent
0a3a60d138
commit
a467816397
@ -795,7 +795,7 @@ function createTwemoji(re) {
|
||||
.replace(/^ /gm, '')
|
||||
// add the RegExp in the right place
|
||||
.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
|
||||
.replace('/*! (C) Twitter Inc. */',
|
||||
'/*! (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