aboutsummaryrefslogtreecommitdiff
path: root/js/panels/binding-panel.reel
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/binding-panel.reel')
-rw-r--r--js/panels/binding-panel.reel/binding-panel.css2
-rw-r--r--js/panels/binding-panel.reel/binding-panel.html6
2 files changed, 6 insertions, 2 deletions
diff --git a/js/panels/binding-panel.reel/binding-panel.css b/js/panels/binding-panel.reel/binding-panel.css
index 8597a926..f29b66c1 100644
--- a/js/panels/binding-panel.reel/binding-panel.css
+++ b/js/panels/binding-panel.reel/binding-panel.css
@@ -8,4 +8,4 @@
8.bindings-list { 8.bindings-list {
9 padding: 0; 9 padding: 0;
10 margin: 0; 10 margin: 0;
11} \ No newline at end of file 11}
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