mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Updated link
This commit is contained in:
parent
28aac9dfca
commit
a9490984b8
@ -449,7 +449,7 @@ var twemoji = (function (
|
|||||||
// verify the variant is not the FE0E one
|
// verify the variant is not the FE0E one
|
||||||
// this variant means "emoji as text" and should not
|
// this variant means "emoji as text" and should not
|
||||||
// require any action/replacement
|
// 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') {
|
if (variant !== '\uFE0E') {
|
||||||
src = options.callback(
|
src = options.callback(
|
||||||
grabTheRightIcon(icon, variant),
|
grabTheRightIcon(icon, variant),
|
||||||
@ -592,4 +592,4 @@ var twemoji = (function (
|
|||||||
if (!location.protocol) {
|
if (!location.protocol) {
|
||||||
twemoji.base = twemoji.base.replace(/^http:/, "");
|
twemoji.base = twemoji.base.replace(/^http:/, "");
|
||||||
}
|
}
|
||||||
module.exports = twemoji;
|
module.exports = twemoji;
|
||||||
|
Loading…
Reference in New Issue
Block a user