diff options
author | hwc487 | 2012-03-09 14:27:23 -0800 |
---|---|---|
committer | hwc487 | 2012-03-09 14:27:23 -0800 |
commit | a5d4d57a3575bb3b97fe692ddffca3127463ae94 (patch) | |
tree | 5f4ec0ae9cc8950b9ac3b22be958cc14b8a51507 /js | |
parent | e92a6da7b84c58803489d70efedf74837ddfe4cd (diff) | |
download | ninja-a5d4d57a3575bb3b97fe692ddffca3127463ae94.tar.gz |
further removal of authortime asset path replacement.
Diffstat (limited to 'js')
-rwxr-xr-x | js/document/html-document.js | 2 |
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 | } |