1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +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"
draggable="false"
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',
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'),
p,
img;