From a216663daf644c4c137897e43726aaeebc042fbc Mon Sep 17 00:00:00 2001 From: Leonard Daly Date: Fri, 26 Aug 2016 19:12:01 -0700 Subject: [PATCH] Alpha release of Macro. Only 'url' and 'params' fields are implemented. --- src/nodes/Networking/Macro.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nodes/Networking/Macro.js b/src/nodes/Networking/Macro.js index 3cc1f92..a553359 100644 --- a/src/nodes/Networking/Macro.js +++ b/src/nodes/Networking/Macro.js @@ -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; };