diff options
author | Armen Kesablyan | 2012-06-11 13:25:13 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-11 13:25:13 -0700 |
commit | 337efc667372326ae2f9984d89a47bb151016774 (patch) | |
tree | 717f5a03f398cbab3b61f221458ed11f6b9db228 /js/ninja.reel/ninja.html | |
parent | 278769df00ced8620fd73371e38fe2e43f07ca3b (diff) | |
download | ninja-337efc667372326ae2f9984d89a47bb151016774.tar.gz |
Changes Made to Object Listing of iFrame
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 221e492c..11f7c53e 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -363,7 +363,8 @@ | |||
363 | "objectsController" : { | 363 | "objectsController" : { |
364 | "prototype": "js/controllers/objects-controller", | 364 | "prototype": "js/controllers/objects-controller", |
365 | "bindings": { | 365 | "bindings": { |
366 | "currentDocument": {"<-": "@owner.currentDocument"} | 366 | "currentDocument": {"<-": "@documentList.selectedObjects.0"}, |
367 | "objects": {"<-": "@documentList.selectedObjects.0.model.mObjects"} | ||
367 | } | 368 | } |
368 | }, | 369 | }, |
369 | 370 | ||