diff options
author | Jonathan Duran | 2012-05-09 09:47:31 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-09 09:47:31 -0700 |
commit | 40670fd9a723fe6f95fe6c1ceefa0d2435b83aa4 (patch) | |
tree | fb4e4182a7745939678bd8e030c50ce0c4d5d087 /js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | |
parent | 7248949e27486992a03a26b636f22a5e476b1424 (diff) | |
download | ninja-40670fd9a723fe6f95fe6c1ceefa0d2435b83aa4.tar.gz |
sub property additions
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html')
-rw-r--r-- | js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html index 3f3bf24a..b666f921 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | |||
@@ -98,7 +98,14 @@ | |||
98 | "prototype" : "js/panels/Timeline/PropertyTrack.reel", | 98 | "prototype" : "js/panels/Timeline/PropertyTrack.reel", |
99 | "properties" : { | 99 | "properties" : { |
100 | "element":{"#": "position-track-base"} | 100 | "element":{"#": "position-track-base"} |
101 | } | 101 | }, |
102 | "bindings" : { | ||
103 | "propTrackData" : { | ||
104 | "boundObject" : {"@" : "positionTracksRepetition"}, | ||
105 | "boundObjectPropertyPath" : "objectAtCurrentIteration.propTrackData", | ||
106 | "oneway" : false | ||
107 | } | ||
108 | } | ||
102 | }, | 109 | }, |
103 | 110 | ||
104 | "mainCollapser" : { | 111 | "mainCollapser" : { |