diff options
author | Eric Guzman | 2012-05-31 10:57:09 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-31 10:57:09 -0700 |
commit | 4e28e2d2a695d487b1bc127dce0a874691539ca8 (patch) | |
tree | b00dd9e992d1d9cb7bc9076464de76c4a627954e /js/stage/binding-view.reel/binding-view.html | |
parent | e09efe3212e86ac794de3fc8ecfc6cdef7b15181 (diff) | |
parent | b7e33c16bab26f8ee0daa61f920cfdbcb7abc6e3 (diff) | |
download | ninja-4e28e2d2a695d487b1bc127dce0a874691539ca8.tar.gz |
Merge branch 'binding' of github.com:dhg637/ninja-internal into binding
Diffstat (limited to 'js/stage/binding-view.reel/binding-view.html')
-rwxr-xr-x | js/stage/binding-view.reel/binding-view.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/stage/binding-view.reel/binding-view.html b/js/stage/binding-view.reel/binding-view.html index b77f8e27..39704e25 100755 --- a/js/stage/binding-view.reel/binding-view.html +++ b/js/stage/binding-view.reel/binding-view.html | |||
@@ -33,7 +33,10 @@ | |||
33 | "element": {"#" : "hud"} | 33 | "element": {"#" : "hud"} |
34 | }, | 34 | }, |
35 | "bindings": { | 35 | "bindings": { |
36 | "name": { | 36 | "title": {"<-": "@hudRepeater.objectAtCurrentIteration.title"}, |
37 | "properties": {"<-": "@hudRepeater.objectAtCurrentIteration.properties"}, | ||
38 | "x": {"<-": "@hudRepeater.objectAtCurrentIteration.x"}, | ||
39 | "y": {"<-": "@hudRepeater.objectAtCurrentIteration.y"} | ||
37 | } | 40 | } |
38 | }, | 41 | }, |
39 | "nonVisualRepeater": { | 42 | "nonVisualRepeater": { |