Merge pull request #431 from aviraldg/fix-emojione-sizing

fix emojione sizing
This commit is contained in:
Matthew Hodgson 2016-08-28 11:55:14 +01:00 committed by GitHub
commit cd07907392

View file

@ -287,7 +287,7 @@ module.exports = {
emojifyText: function(text) { emojifyText: function(text) {
return { return {
__html: emojione.unicodeToImage(escape(text)), __html: unicodeToImage(escape(text)),
}; };
}, },
}; };