|
|
@@ -327,7 +327,7 @@ var formatText = (function() {
|
|
|
if (this._parent.checkIsStrike())
|
|
|
classList.push('strike');
|
|
|
if (this._parent.checkIsEmoji())
|
|
|
- classList.push('emoji');
|
|
|
+ classList.push('emoji'); // FIXME emoji
|
|
|
}
|
|
|
return '<' +tagName +(classList.length ? ' class="' +classList.join(' ') +'"' : '') +'>' +this.innerHTML() +'</' +tagName +'>';
|
|
|
};
|