Commit 5abd8488 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 746f3904
...@@ -435,6 +435,9 @@ ...@@ -435,6 +435,9 @@
while (this.current < this.documents.length) // no recursion while (this.current < this.documents.length) // no recursion
{ {
var _current = this.documents[this.current]; var _current = this.documents[this.current];
if (undefined === _current["Props"])
_current["Props"] = {};
var _isLocked = false; var _isLocked = false;
if ((_current["Url"] !== undefined || _current["Script"] !== undefined) && undefined !== _current["Props"]["InternalId"]) if ((_current["Url"] !== undefined || _current["Script"] !== undefined) && undefined !== _current["Props"]["InternalId"])
{ {
......
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