diff options
author | Jonathan Duran | 2012-05-03 23:09:48 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-03 23:09:48 -0700 |
commit | 54fd77320dcce93987c138923bcb8a9b9899c4c0 (patch) | |
tree | f9fd14935c1749a10f37476d55605f43776499e2 /js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | |
parent | fec9ccee11ea21ffc95edce6e89d0d302b63e3d8 (diff) | |
download | ninja-54fd77320dcce93987c138923bcb8a9b9899c4c0.tar.gz |
apply old stash to new branch
initial work and stubs for sub property support. serialization for property track components and classes
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, 7 insertions, 2 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html index 44ad9abb..3936328e 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html | |||
@@ -52,7 +52,6 @@ | |||
52 | } | 52 | } |
53 | } | 53 | } |
54 | }, | 54 | }, |
55 | |||
56 | "styleTrackRepetition": { | 55 | "styleTrackRepetition": { |
57 | "prototype": "montage/ui/repetition.reel", | 56 | "prototype": "montage/ui/repetition.reel", |
58 | "properties": { | 57 | "properties": { |
@@ -67,6 +66,12 @@ | |||
67 | } | 66 | } |
68 | } | 67 | } |
69 | }, | 68 | }, |
69 | "stylePropertyTrack" : { | ||
70 | "prototype" : "js/panels/Timeline/PropertyTrack.reel", | ||
71 | "properties" : { | ||
72 | "element":{"#": "style-track-base"} | ||
73 | } | ||
74 | }, | ||
70 | "positionTracksRepetition": { | 75 | "positionTracksRepetition": { |
71 | "prototype": "montage/ui/repetition.reel", | 76 | "prototype": "montage/ui/repetition.reel", |
72 | "properties": { | 77 | "properties": { |
@@ -236,7 +241,7 @@ | |||
236 | 241 | ||
237 | </div> | 242 | </div> |
238 | <div data-montage-id="content-styles" class="content-styles collapsible-content collapsible-collapsed"> | 243 | <div data-montage-id="content-styles" class="content-styles collapsible-content collapsible-collapsed"> |
239 | <div class="timeline-track"></div> | 244 | <div data-montage-id="style-track-base"></div> |
240 | </div> | 245 | </div> |
241 | </div> | 246 | </div> |
242 | </div> | 247 | </div> |