diff options
author | Valerio Virgillito | 2012-05-29 23:52:59 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-29 23:52:59 -0700 |
commit | d8840eda0d3b3e31fb5a72306fe66608f4f99c2b (patch) | |
tree | b95ee9919673fef42980ac58d11bd3f1bcb6b6af /js/ninja.reel/ninja.html | |
parent | 5d7dff15e1e603e3b37057b9843e4b1eef1b2dca (diff) | |
download | ninja-d8840eda0d3b3e31fb5a72306fe66608f4f99c2b.tar.gz |
fixing the menu bindings and some cleanup of the stage
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index a62ce458..b341b14a 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -36,6 +36,9 @@ | |||
36 | "prototype": "js/components/menu/menu.reel", | 36 | "prototype": "js/components/menu/menu.reel", |
37 | "properties": { | 37 | "properties": { |
38 | "element": {"#": "mainMenuBar"} | 38 | "element": {"#": "mainMenuBar"} |
39 | }, | ||
40 | "bindings": { | ||
41 | "currentDocument": {"<-": "@documentList.selectedObjects.0"} | ||
39 | } | 42 | } |
40 | }, | 43 | }, |
41 | 44 | ||