1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00

Updated link

This commit is contained in:
Lorenz Nickel 2019-03-07 22:16:28 +01:00 committed by GitHub
parent 799bfc7af7
commit ff47cd73a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,7 +449,7 @@ define(function () {
// verify the variant is not the FE0E one
// this variant means "emoji as text" and should not
// require any action/replacement
// http://unicode.org/Public/UNIDATA/StandardizedVariants.html
// http://www.unicode.org/Public/4.1.0/ucd/StandardizedVariants.html
if (variant !== '\uFE0E') {
src = options.callback(
grabTheRightIcon(icon, variant),