diff options
Diffstat (limited to 'js')
-rwxr-xr-x | js/document/html-document.js | 2 | ||||
-rw-r--r-- | js/mediators/io-mediator.js | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js index f57c61ee..a71b69cd 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -382,7 +382,7 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
382 | for (var i=0; i<nKids; i++) | 382 | for (var i=0; i<nKids; i++) |
383 | { | 383 | { |
384 | var child = elt.children[i]; | 384 | var child = elt.children[i]; |
385 | this.collectGLData( child, dataArray, imagePath ); | 385 | this.collectGLData( child, dataArray); |
386 | } | 386 | } |
387 | } | 387 | } |
388 | } | 388 | } |
diff --git a/js/mediators/io-mediator.js b/js/mediators/io-mediator.js index ffae0192..d26c7a88 100644 --- a/js/mediators/io-mediator.js +++ b/js/mediators/io-mediator.js | |||
@@ -455,6 +455,8 @@ webgltag.innerHTML = json.replace(/assets\//gi, webGlDirSwap); | |||
455 | function webGlDirSwap (dir) { | 455 | function webGlDirSwap (dir) { |
456 | return rdgeDirName+'/'; | 456 | return rdgeDirName+'/'; |
457 | } | 457 | } |
458 | // | ||
459 | console.log(webgltag.innerHTML); | ||
458 | */ | 460 | */ |
459 | } | 461 | } |
460 | //Cleaning URLs from HTML | 462 | //Cleaning URLs from HTML |