Commit 9a0fe5d3 authored by Alexander.Trofimov's avatar Alexander.Trofimov

oSparklineGroup -> this

parent dbd0bb2c
...@@ -4653,7 +4653,7 @@ CellArea.prototype = { ...@@ -4653,7 +4653,7 @@ CellArea.prototype = {
}; };
sparklineGroup.prototype.contains = function (c, r) { sparklineGroup.prototype.contains = function (c, r) {
for (var j = 0; j < this.arrSparklines.length; ++j) { for (var j = 0; j < this.arrSparklines.length; ++j) {
if (oSparklineGroup.arrSparklines[j].contains(c, r)) { if (this.arrSparklines[j].contains(c, r)) {
return j; return j;
} }
} }
......
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