diff options
author | hwc487 | 2012-03-06 11:41:09 -0800 |
---|---|---|
committer | hwc487 | 2012-03-06 11:41:09 -0800 |
commit | 182f05f2f7a8f43f1589c9b8c15bf00d6e983676 (patch) | |
tree | 9cb03f47344379ee501290ac87cadea91dcca443 /js/document/html-document.js | |
parent | cf61d1545bffb25a807706fb56b2fe7f291adc2c (diff) | |
download | ninja-182f05f2f7a8f43f1589c9b8c15bf00d6e983676.tar.gz |
File IO
Diffstat (limited to 'js/document/html-document.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 f1b99866..1f335f79 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -185,7 +185,7 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
185 | var elt = this.documentRoot; | 185 | var elt = this.documentRoot; |
186 | if (elt) | 186 | if (elt) |
187 | { | 187 | { |
188 | var loadForRuntime = true; | 188 | var loadForRuntime = false; |
189 | if (loadForRuntime) | 189 | if (loadForRuntime) |
190 | { | 190 | { |
191 | //console.log( "load canvas data: " , value ); | 191 | //console.log( "load canvas data: " , value ); |