diff options
author | Eric Guzman | 2012-06-14 17:06:50 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-14 17:06:50 -0700 |
commit | fc0a4de30ab8556739acb10287da100f28bcad12 (patch) | |
tree | 57ee0bd85f89d8b9c880337e14224536690810a4 /js/stage/binding-view.reel/binding-view.html | |
parent | 62c7c2ac7b72c7e89611d064eef1f4f77a54696d (diff) | |
parent | 60e9ea67e0f6d0cf167b6d5068e2e01db5f67966 (diff) | |
download | ninja-fc0a4de30ab8556739acb10287da100f28bcad12.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 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/js/stage/binding-view.reel/binding-view.html b/js/stage/binding-view.reel/binding-view.html index 8abddbee..c7520132 100755 --- a/js/stage/binding-view.reel/binding-view.html +++ b/js/stage/binding-view.reel/binding-view.html | |||
@@ -35,7 +35,13 @@ | |||
35 | }, | 35 | }, |
36 | "bindings": { | 36 | "bindings": { |
37 | "bindingArgs": {"<-": "@hudRepeater.objectAtCurrentIteration"} | 37 | "bindingArgs": {"<-": "@hudRepeater.objectAtCurrentIteration"} |
38 | } | 38 | }, |
39 | "listeners": [ | ||
40 | { | ||
41 | "type": "resizeMove", | ||
42 | "listener": {"@": "owner"} | ||
43 | } | ||
44 | ] | ||
39 | }, | 45 | }, |
40 | "nonVisualRepeater": { | 46 | "nonVisualRepeater": { |
41 | "prototype": "montage/ui/repetition.reel", | 47 | "prototype": "montage/ui/repetition.reel", |