Skip to content

Commit

Permalink
Alpha release of Macro. Only 'url' and 'params' fields are implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
RealismCloud committed Aug 27, 2016
1 parent ef6fb8b commit a216663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/Networking/Macro.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ x3dom.registerNodeType(
x3dom.debug.logInfo('Inline: downloading '+that._vf.url[0]+' done.');

that.loadExternalSuccess(xhr);
that._nameSpace.doc.downloadCount -= 1;
that.fireEvents("load");
return xhr;
};
Expand Down

0 comments on commit a216663

Please sign in to comment.