diff options
Diffstat (limited to 'js/io/document')
-rwxr-xr-x | js/io/document/html-document.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/io/document/html-document.js b/js/io/document/html-document.js index 88cfec67..f4757438 100755 --- a/js/io/document/html-document.js +++ b/js/io/document/html-document.js | |||
@@ -455,7 +455,8 @@ exports.HTMLDocument = Montage.create(BaseDocument, { | |||
455 | } | 455 | } |
456 | } | 456 | } |
457 | 457 | ||
458 | this.callback(this); | 458 | // Remving this callback and using the callback from the css load |
459 | // this.callback(this); | ||
459 | 460 | ||
460 | } | 461 | } |
461 | }, | 462 | }, |