aboutsummaryrefslogtreecommitdiff
path: root/js/components/menu/menu.reel/menu.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-29 23:52:59 -0700
committerValerio Virgillito2012-05-29 23:52:59 -0700
commitd8840eda0d3b3e31fb5a72306fe66608f4f99c2b (patch)
treeb95ee9919673fef42980ac58d11bd3f1bcb6b6af /js/components/menu/menu.reel/menu.html
parent5d7dff15e1e603e3b37057b9843e4b1eef1b2dca (diff)
downloadninja-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/components/menu/menu.reel/menu.html')
-rwxr-xr-xjs/components/menu/menu.reel/menu.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/components/menu/menu.reel/menu.html b/js/components/menu/menu.reel/menu.html
index 7f2aeeef..f15cf119 100755
--- a/js/components/menu/menu.reel/menu.html
+++ b/js/components/menu/menu.reel/menu.html
@@ -12,7 +12,10 @@
12 <script type="text/montage-serialization"> 12 <script type="text/montage-serialization">
13 { 13 {
14 "menudata": { 14 "menudata": {
15 "prototype": "js/data/menu-data" 15 "prototype": "js/data/menu-data",
16 "bindings": {
17 "currentDocument": {"<-": "@owner.currentDocument"}
18 }
16 }, 19 },
17 20
18 "menuController": { 21 "menuController": {