aboutsummaryrefslogtreecommitdiff
path: root/js/stage
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-13 11:37:11 -0700
committerArmen Kesablyan2012-06-13 11:37:11 -0700
commitd2e2a39feeba51e976d139eddf6f1cf331457f4f (patch)
tree7616fb59b5210d0d0128f1fd5dde34a43eb13f11 /js/stage
parentcfa2d42f6ca65eb3ce1bea92db5f4af87dd68bb5 (diff)
parentd57ab6509805ba4e97d6c74be913a2c1b324af3a (diff)
downloadninja-d2e2a39feeba51e976d139eddf6f1cf331457f4f.tar.gz
Merge pull request #12 from ericguzman/binding
Binding Panel update
Diffstat (limited to 'js/stage')
-rwxr-xr-xjs/stage/binding-view.reel/binding-view.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/stage/binding-view.reel/binding-view.html b/js/stage/binding-view.reel/binding-view.html
index 4eea3cc4..8abddbee 100755
--- a/js/stage/binding-view.reel/binding-view.html
+++ b/js/stage/binding-view.reel/binding-view.html
@@ -46,14 +46,14 @@
46 "objects": {"<-": "@owner.nonVisualComponents"} 46 "objects": {"<-": "@owner.nonVisualComponents"}
47 } 47 }
48 }, 48 },
49 "nonVisualComponent": { 49 "objectIcon": {
50 "prototype": "js/stage/binding-view.reel/non-visual-component.reel", 50 "prototype": "js/panels/objects/object.reel",
51 "properties": { 51 "properties": {
52 "element": {"#": "nonVisualComponent"} 52 "element": {"#": "nonVisualComponent"}
53 }, 53 },
54 "bindings": { 54 "bindings": {
55 "objectName": {"<-": "@hudRepeater.objectAtCurrentIteration.objectName"}, 55 "sourceObject": {"<-": "@nonVisualRepeater.objectAtCurrentIteration"},
56 "objectImage": {"<-": "@hudRepeater.objectAtCurrentIteration.objectImage"} 56 "identifier": {"<-": "@nonVisualRepeater.objectAtCurrentIteration.identifier"}
57 } 57 }
58 } 58 }
59 } 59 }