aboutsummaryrefslogtreecommitdiff
path: root/js/document/html-document.js
diff options
context:
space:
mode:
authorhwc4872012-03-06 11:41:09 -0800
committerhwc4872012-03-06 11:41:09 -0800
commit182f05f2f7a8f43f1589c9b8c15bf00d6e983676 (patch)
tree9cb03f47344379ee501290ac87cadea91dcca443 /js/document/html-document.js
parentcf61d1545bffb25a807706fb56b2fe7f291adc2c (diff)
downloadninja-182f05f2f7a8f43f1589c9b8c15bf00d6e983676.tar.gz
File IO
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 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 );