aboutsummaryrefslogtreecommitdiff
path: root/js/panels/binding-panel.reel/binding-panel.html
diff options
context:
space:
mode:
authorEric Guzman2012-06-01 12:53:24 -0700
committerEric Guzman2012-06-01 12:53:24 -0700
commit0f59ef2a4b78fbcee402255857e8355a67fa7e66 (patch)
treed0369ea70d15c9ba4ff03f0945969206882091ca /js/panels/binding-panel.reel/binding-panel.html
parent50ea77b261e1b3676aea2b1ed582d5e6c97a0997 (diff)
downloadninja-0f59ef2a4b78fbcee402255857e8355a67fa7e66.tar.gz
Bindings Panel - Update binding panel components
Diffstat (limited to 'js/panels/binding-panel.reel/binding-panel.html')
-rw-r--r--js/panels/binding-panel.reel/binding-panel.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/panels/binding-panel.reel/binding-panel.html b/js/panels/binding-panel.reel/binding-panel.html
index d2e18e99..2850b67c 100644
--- a/js/panels/binding-panel.reel/binding-panel.html
+++ b/js/panels/binding-panel.reel/binding-panel.html
@@ -35,7 +35,11 @@
35 "element": {"#": "binding-item"} 35 "element": {"#": "binding-item"}
36 }, 36 },
37 "bindings": { 37 "bindings": {
38 "sourceObjectPropertyPath": {"<-": "@repetition.objectAtCurrentIteration.sourceObjectPropertyPath"} 38 "sourceObjectPropertyPath": {"<-": "@repetition.objectAtCurrentIteration.sourceObjectPropertyPath"},
39 "sourceObject": {"<-": "@repetition.objectAtCurrentIteration.sourceObject"},
40 "boundObjectPropertyPath": {"<-": "@repetition.objectAtCurrentIteration.boundObjectPropertyPath"},
41 "boundObject": {"<-": "@repetition.objectAtCurrentIteration.boundObject"},
42 "oneway": {"<-": "@repetition.objectAtCurrentIteration.oneway"}
39 } 43 }
40 } 44 }
41 45