Commit f99ed7a0 authored by GoshaZotov's avatar GoshaZotov

fix bug 32947

parent 54432cf7
......@@ -1214,7 +1214,7 @@ cArea3D.prototype.getRange = function () {
}
_r[0]._foreachNoEmpty(function (_cell) {
if (cell.getID() === _cell.getName()) {
_val.push(checkTypeCell(cell));
_val.push(checkTypeCell(_cell));
}
});
......
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