diff options
author | Armen Kesablyan | 2012-05-19 14:48:35 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-05-19 14:48:35 -0700 |
commit | 95bef3bbd77c6c3bd01b5222986f2dd35a7218b4 (patch) | |
tree | 6d3b32090a971220edfd5d126b05ee68797c86f8 /js/ninja.reel | |
parent | 6c8f3525b839e82cf43df43700a0160ee2c5458f (diff) | |
download | ninja-95bef3bbd77c6c3bd01b5222986f2dd35a7218b4.tar.gz |
Changes to binding view
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 12dbf660..1f0582b1 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -324,7 +324,10 @@ | |||
324 | }, | 324 | }, |
325 | 325 | ||
326 | "objectsController" : { | 326 | "objectsController" : { |
327 | "prototype": "js/controllers/objects-controller" | 327 | "prototype": "js/controllers/objects-controller", |
328 | "bindings": { | ||
329 | "activeDocument": {"<-": "@owner.currentDocument"} | ||
330 | } | ||
328 | }, | 331 | }, |
329 | 332 | ||
330 | "owner": { | 333 | "owner": { |