From 337efc667372326ae2f9984d89a47bb151016774 Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Mon, 11 Jun 2012 13:25:13 -0700 Subject: Changes Made to Object Listing of iFrame Signed-off-by: Armen Kesablyan --- js/document/document-html.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/document/document-html.js') 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, { } }, handleViewReady: { - value: function() { + value: function(mObjects) { + this.model.mObjects = mObjects; //Making callback after view is loaded this.loaded.callback.call(this.loaded.context, this); } -- cgit v1.2.3