aboutsummaryrefslogtreecommitdiff
path: root/js/components/menu/menu.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-19 22:36:36 -0700
committerValerio Virgillito2012-06-19 22:36:36 -0700
commitfcb6309915161d16a74a4385b905742f35b7d62d (patch)
treeb226a0c335faaa698a98c93254c3ae53f7ff78cd /js/components/menu/menu.reel
parentb170ee5133e9ffdacacdf84274b4a1269804a274 (diff)
parentddeb291801a49b90062510d4e05f8531216cdff9 (diff)
downloadninja-fcb6309915161d16a74a4385b905742f35b7d62d.tar.gz
Merge branch 'IKNINJA-1754' of github.com:mencio/ninja-internal
Conflicts: js/components/menu/menu-entry.reel/menu-entry.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/menu/menu.reel')
-rwxr-xr-xjs/components/menu/menu.reel/menu.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/components/menu/menu.reel/menu.html b/js/components/menu/menu.reel/menu.html
index f18c1a0f..98ffa92c 100755
--- a/js/components/menu/menu.reel/menu.html
+++ b/js/components/menu/menu.reel/menu.html
@@ -44,7 +44,8 @@
44 "element": { "#": "menuItem" } 44 "element": { "#": "menuItem" }
45 }, 45 },
46 "bindings": { 46 "bindings": {
47 "data": {"<-": "@repetition.objectAtCurrentIteration"} 47 "data": {"<-": "@repetition.objectAtCurrentIteration"},
48 "menuIsActive": {"<-": "@owner.active"}
48 } 49 }
49 }, 50 },
50 51