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

updated all wrong abs.twimg references in the documentation

This commit is contained in:
Andrea Giammarchi 2014-11-19 12:58:46 +00:00
parent 989b6e46b4
commit edf294cd61
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ I <img
class="emoji" class="emoji"
draggable="false" draggable="false"
alt="❤️" alt="❤️"
src="https://abs.twimg.com/emoji/v1/36x36/2764.png"> emoji! src="https://twemoji.maxcdn.com/36x36/2764.png"> emoji!
*/ */
``` ```

View File

@ -231,7 +231,7 @@ wru.test([{
},{ },{
name: 'nested nodes', name: 'nested nodes',
test: function () { test: function () {
var str = '<img class="emoji" draggable="false" alt="\u2764" src="https://abs.twimg.com/emoji/v1/36x36/2764.png">', var str = '<img class="emoji" draggable="false" alt="\u2764" src="https://twemoji.maxcdn.com/36x36/2764.png">',
div = document.createElement('div'), div = document.createElement('div'),
p, p,
img; img;