aboutsummaryrefslogtreecommitdiff
path: root/js/components/menu/menu.reel/menu.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-06-20 11:30:48 -0700
committerJose Antonio Marquez2012-06-20 11:30:48 -0700
commit2496e0d0b0ac5f8c53b12de77f0feda69ce4a2f4 (patch)
tree5dbae52e9961fa870c5ea15f97511572f209f9d2 /js/components/menu/menu.reel/menu.html
parent4d2a5acd1631f0cf4e38f127c886f481668ddce0 (diff)
parent4fb904eb5660cac28e2085d4aedce8fa249339b5 (diff)
downloadninja-2496e0d0b0ac5f8c53b12de77f0feda69ce4a2f4.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Document
Diffstat (limited to 'js/components/menu/menu.reel/menu.html')
-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