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

add missed '.type'

parent 369727b8
......@@ -1031,7 +1031,7 @@ cCORREL.prototype.getInfo = function () {
count++;
}
}
} else if (cElementType.cellsRange === _arg.type || cElementType.cellsRange3D === _arg) {
} else if (cElementType.cellsRange === _arg.type || cElementType.cellsRange3D === _arg.type) {
var _argAreaValue = _arg.getValue(this.checkExclude, this.excludeHiddenRows);
for (var j = 0; j < _argAreaValue.length; j++) {
if (cElementType.number === _argAreaValue[j].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