diff options
author | Jose Antonio Marquez | 2012-06-20 11:30:26 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-20 11:30:26 -0700 |
commit | fe569a08853fe986849b6496384d01f3abb65e40 (patch) | |
tree | 2c3a64f0b51f32df0e4cf4d23ca34740b89598ba /js/components/menu/menu.reel/menu.html | |
parent | 7ca20cc617fb1f9d6d692b27e8bbb74f69693dcd (diff) | |
parent | 4fb904eb5660cac28e2085d4aedce8fa249339b5 (diff) | |
download | ninja-fe569a08853fe986849b6496384d01f3abb65e40.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into Color
Diffstat (limited to 'js/components/menu/menu.reel/menu.html')
-rwxr-xr-x | js/components/menu/menu.reel/menu.html | 3 |
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 | ||