Commit e13c4e1a authored by Alexander.Trofimov's avatar Alexander.Trofimov

add ;

parent 2aef1fa6
...@@ -2712,7 +2712,7 @@ ...@@ -2712,7 +2712,7 @@
this.contentChanges.Clear(); this.contentChanges.Clear();
}; };
Worksheet.prototype.rebuildColors=function(){; Worksheet.prototype.rebuildColors=function(){
this.rebuildTabColor(); this.rebuildTabColor();
for (var i = 0; i < this.aSparklineGroups.length; ++i) { for (var i = 0; i < this.aSparklineGroups.length; ++i) {
...@@ -6837,7 +6837,7 @@ ...@@ -6837,7 +6837,7 @@
break; break;
} }
return cErrorLocal["nil"]; return cErrorLocal["nil"];
} };
Cell.prototype._minimizeMultiText = function(bSetCellFont) { Cell.prototype._minimizeMultiText = function(bSetCellFont) {
var bRes = false; var bRes = false;
if(null != this.multiText && this.multiText.length > 0) if(null != this.multiText && this.multiText.length > 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment