aboutsummaryrefslogtreecommitdiff
path: root/js/document/html-document.js
diff options
context:
space:
mode:
authorhwc4872012-03-09 14:27:23 -0800
committerhwc4872012-03-09 14:27:23 -0800
commita5d4d57a3575bb3b97fe692ddffca3127463ae94 (patch)
tree5f4ec0ae9cc8950b9ac3b22be958cc14b8a51507 /js/document/html-document.js
parente92a6da7b84c58803489d70efedf74837ddfe4cd (diff)
downloadninja-a5d4d57a3575bb3b97fe692ddffca3127463ae94.tar.gz
further removal of authortime asset path replacement.
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-xjs/document/html-document.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js
index f57c61ee..79450494 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 }