diff options
author | Jose Antonio Marquez | 2012-03-09 14:23:07 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-03-09 14:23:07 -0800 |
commit | 30c20960190e76cdcff0a3b2036c881dc751e05e (patch) | |
tree | 6beeb613b6ff9244a0e1dd8374bd8d19e7ba7a49 | |
parent | af4b43723df785c946abae90d44269e819d55d71 (diff) | |
download | ninja-30c20960190e76cdcff0a3b2036c881dc751e05e.tar.gz |
Clean up
-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 |