Commit e54c7247 authored by Boris Kocherov's avatar Boris Kocherov

cubefunctions: fix compatibility with develop branch

parent aeb796a0
......@@ -271,7 +271,7 @@
function cellForge(cell) {
if (cell) {
if (cell.oValue.type === cElementType.error) {
if (cell.type === cElementType.error) {
// debugger;
throw "referenced cell contain error";
}
......
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