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

delete ;

parent 242167a8
......@@ -3620,7 +3620,6 @@ Woorksheet.prototype._updateConditionalFormatting = function(range) {
aRules = aCFs[i].aRules.sort(function(v1, v2) {
return v1.priority - v2.priority;
});
;
if (oRule = aRules[0]) {
// ToDo dataBar, expression, iconSet (page 2679)
if (AscCommonExcel.ECfType.colorScale === oRule.type) {
......
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