This commit is contained in:
Jiiks 2015-10-14 09:44:14 +03:00
parent 16796c942d
commit 8de747f3ce
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ EmoteModule.prototype.injectEmote = function(node) {
parent.innerHTML = parentInnerHTML;
var newHeight = parent.parentElement.offsetHeight;
console.log("heightdiff: " + newHeight - oldHeight);
console.log("heightdiff: " + (newHeight - oldHeight));
}
EmoteModule.prototype.autoCapitalize = function() {