diff options
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 3936328e..de2969bb 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | |||
@@ -70,7 +70,14 @@ | |||
70 | "prototype" : "js/panels/Timeline/PropertyTrack.reel", | 70 | "prototype" : "js/panels/Timeline/PropertyTrack.reel", |
71 | "properties" : { | 71 | "properties" : { |
72 | "element":{"#": "style-track-base"} | 72 | "element":{"#": "style-track-base"} |
73 | } | 73 | }, |
74 | "bindings" : { | ||
75 | "trackData" : { | ||
76 | "boundObject" : {"@" : "styleTrackRepetition"}, | ||
77 | "boundObjectPropertyPath" : "objectAtCurrentIteration.propTrackData", | ||
78 | "oneway" : false | ||
79 | } | ||
80 | } | ||
74 | }, | 81 | }, |
75 | "positionTracksRepetition": { | 82 | "positionTracksRepetition": { |
76 | "prototype": "montage/ui/repetition.reel", | 83 | "prototype": "montage/ui/repetition.reel", |