aboutsummaryrefslogtreecommitdiff
path: root/js/document/document-html.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-11 13:25:13 -0700
committerArmen Kesablyan2012-06-11 13:25:13 -0700
commit337efc667372326ae2f9984d89a47bb151016774 (patch)
tree717f5a03f398cbab3b61f221458ed11f6b9db228 /js/document/document-html.js
parent278769df00ced8620fd73371e38fe2e43f07ca3b (diff)
downloadninja-337efc667372326ae2f9984d89a47bb151016774.tar.gz
Changes Made to Object Listing of iFrame
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/document/document-html.js')
-rwxr-xr-xjs/document/document-html.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/document/document-html.js b/js/document/document-html.js
index 04565753..8b82c40f 100755
--- a/js/document/document-html.js
+++ b/js/document/document-html.js
@@ -106,7 +106,8 @@ exports.HtmlDocument = Montage.create(Component, {
106 } 106 }
107 }, 107 },
108 handleViewReady: { 108 handleViewReady: {
109 value: function() { 109 value: function(mObjects) {
110 this.model.mObjects = mObjects;
110 //Making callback after view is loaded 111 //Making callback after view is loaded
111 this.loaded.callback.call(this.loaded.context, this); 112 this.loaded.callback.call(this.loaded.context, this);
112 } 113 }