aboutsummaryrefslogtreecommitdiff
path: root/js/document/document-html.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-17 21:11:33 -0700
committerValerio Virgillito2012-05-17 21:11:33 -0700
commiteff40602cac6821f8272177c24b6bf3de399f8b1 (patch)
treef89541dce6fdbe38db9f701b6ba6353034f4eeec /js/document/document-html.js
parentbac01dd8771d91dc227c970b3d29e72d8f079692 (diff)
downloadninja-eff40602cac6821f8272177c24b6bf3de399f8b1.tar.gz
multiple documents - enable opening multiple documents and initial switching
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/document-html.js')
-rwxr-xr-xjs/document/document-html.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/document/document-html.js b/js/document/document-html.js
index 56d9db02..c77ed7bc 100755
--- a/js/document/document-html.js
+++ b/js/document/document-html.js
@@ -119,8 +119,6 @@ exports.HtmlDocument = Montage.create(Component, {
119 this._observer = null; 119 this._observer = null;
120 //Making callback after view is loaded 120 //Making callback after view is loaded
121 this.loaded.callback.call(this.loaded.context, this); 121 this.loaded.callback.call(this.loaded.context, this);
122 //Setting opacity to be viewable after load
123 this.model.views.design.iframe.style.opacity = 1;
124 } 122 }
125 }, 123 },
126 //////////////////////////////////////////////////////////////////// 124 ////////////////////////////////////////////////////////////////////