aboutsummaryrefslogtreecommitdiff
path: root/js/document/html-document.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-xjs/document/html-document.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js
index a5483f40..16595d14 100755
--- a/js/document/html-document.js
+++ b/js/document/html-document.js
@@ -355,13 +355,15 @@ exports.HTMLDocument = Montage.create(TextDocument, {
355 }, 355 },
356 356
357 357
358
359
360
358 361
359 //////////////////////////////////////////////////////////////////// 362 ////////////////////////////////////////////////////////////////////
360 // 363 //
361 handleEvent: { 364 handleEvent: {
362 value: function(event){ 365 value: function(event){
363 //console.log('end'); 366
364 //console.log('file content start');
365 //TODO: Clean up, using for prototyping save 367 //TODO: Clean up, using for prototyping save
366 this._templateDocument = {}; 368 this._templateDocument = {};
367 this._templateDocument.head = this.iframe.contentWindow.document.getElementById("userHead");; 369 this._templateDocument.head = this.iframe.contentWindow.document.getElementById("userHead");;