diff options
author | Jon Reid | 2012-03-16 16:01:30 -0700 |
---|---|---|
committer | Jon Reid | 2012-03-16 16:01:30 -0700 |
commit | 870ba80431960dd108cc9ddf79d9af9d943b39ef (patch) | |
tree | 1d53a3c167a7e9b4abca412ee41924ae1d99e492 /js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | |
parent | 6b5cdc7f3b59a70b506b4ac5c8a4d105c90c713c (diff) | |
parent | f898e3c535da1ec2d6e08bb61c755b8df10da0b1 (diff) | |
download | ninja-870ba80431960dd108cc9ddf79d9af9d943b39ef.tar.gz |
Merge branch 'Timeline-local' into Timeline-local-2
Conflicts:
js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html index 9d7a1d44..6e7d410c 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html | |||
@@ -75,7 +75,12 @@ | |||
75 | "boundObject" : {"@" : "repetition1"}, | 75 | "boundObject" : {"@" : "repetition1"}, |
76 | "boundObjectPropertyPath" : "objectAtCurrentIteration.layerData", | 76 | "boundObjectPropertyPath" : "objectAtCurrentIteration.layerData", |
77 | "oneway" : false | 77 | "oneway" : false |
78 | } | 78 | }, |
79 | "bindingPoint" : { | ||
80 | "boundObject" : {"@" : "repetition1"}, | ||
81 | "boundObjectPropertyPath" : "objectAtCurrentIteration.layerData.triggerBinding", | ||
82 | "oneway" : false | ||
83 | } | ||
79 | } | 84 | } |
80 | }, | 85 | }, |
81 | 86 | ||
@@ -105,7 +110,13 @@ | |||
105 | "boundObject" : {"@" : "repetition2"}, | 110 | "boundObject" : {"@" : "repetition2"}, |
106 | "boundObjectPropertyPath" : "objectAtCurrentIteration.layerData", | 111 | "boundObjectPropertyPath" : "objectAtCurrentIteration.layerData", |
107 | "oneway" : false | 112 | "oneway" : false |
113 | }, | ||
114 | "bindingPoint" : { | ||
115 | "boundObject" : {"@" : "repetition2"}, | ||
116 | "boundObjectPropertyPath" : "objectAtCurrentIteration.layerData.triggerBinding", | ||
117 | "oneway" : false | ||
108 | } | 118 | } |
119 | |||
109 | } | 120 | } |
110 | }, | 121 | }, |
111 | "endHottext" : { | 122 | "endHottext" : { |
@@ -193,4 +204,4 @@ | |||
193 | </div> | 204 | </div> |
194 | 205 | ||
195 | </body> | 206 | </body> |
196 | </html> \ No newline at end of file | 207 | </html> |