aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
diff options
context:
space:
mode:
authorJonathan Duran2012-05-04 02:21:58 -0700
committerJonathan Duran2012-05-04 02:21:58 -0700
commit16f95cb8c70608eeede6c9e0834b184ade6c7752 (patch)
tree588c942866e811e656107006ec5ee30f14ef62e3 /js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
parent54fd77320dcce93987c138923bcb8a9b9899c4c0 (diff)
downloadninja-16f95cb8c70608eeede6c9e0834b184ade6c7752.tar.gz
update data bindings for subproperty tracks
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.html9
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",