diff options
Diffstat (limited to 'js/document')
-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 ); |