Commit 9ea5b810 authored by Boris Kocherov's avatar Boris Kocherov

does not return complex object on render -- it broke render in iframe

parent 7afc3a24
...@@ -985,9 +985,6 @@ ...@@ -985,9 +985,6 @@
g.notifyChange(); g.notifyChange();
} }
}) })
.push(function () {
return g;
})
.push(undefined, function (err) { .push(undefined, function (err) {
console.error(err); console.error(err);
}); });
......
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