Commit 940ea368 authored by Alexander.Trofimov's avatar Alexander.Trofimov

oChacheView -> oCacheView

parent e85bc801
......@@ -5243,7 +5243,7 @@ CellArea.prototype = {
sparklineRange = this.arrSparklines[i]._f;
for (var j = 0; j < ranges.length; ++j) {
if (sparklineRange.isIntersect(ranges[j], sheet)) {
this.arrSparklines[i].oChacheView = null;
this.arrSparklines[i].oCacheView = null;
break;
}
}
......
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