aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
diff options
context:
space:
mode:
authorJonathan Duran2012-05-11 20:47:15 -0700
committerJonathan Duran2012-05-11 20:47:15 -0700
commitc16b2c6674a9170e1ef75a489e876808ba2f6c39 (patch)
tree63d6f874a10461efa88bb2b1c6b29bc7fa607a28 /js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
parent1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2 (diff)
downloadninja-c16b2c6674a9170e1ef75a489e876808ba2f6c39.tar.gz
repetition fix
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js12
1 files changed, 1 insertions, 11 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
index 83aef230..8b3938f4 100644
--- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
+++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
@@ -141,6 +141,7 @@ var TimelineTrack = exports.TimelineTrack = Montage.create(Component, {
141 value: null 141 value: null
142 }, 142 },
143 styleTracksRepetition : { 143 styleTracksRepetition : {
144 serializable:true,
144 get: function() { 145 get: function() {
145 return this._styleTracksRepetition; 146 return this._styleTracksRepetition;
146 }, 147 },
@@ -190,17 +191,6 @@ var TimelineTrack = exports.TimelineTrack = Montage.create(Component, {
190 this.trackData.arrTransformTracks = newVal; 191 this.trackData.arrTransformTracks = newVal;
191 } 192 }
192 }, 193 },
193 _transformTracksRepetition: {
194 value: null
195 },
196 transformTracksRepetition : {
197 get: function() {
198 return this._transformTracksRepetition;
199 },
200 set: function(newVal) {
201 this._transformTracksRepetition = newVal;
202 }
203 },
204 194
205 _tweens:{ 195 _tweens:{
206 value:[] 196 value:[]