aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
diff options
context:
space:
mode:
authorJonathan Duran2012-05-10 10:43:49 -0700
committerJonathan Duran2012-05-10 10:43:49 -0700
commitb42e5dc5922fb427b9edc7af60e9fa4a5dfcbe0e (patch)
tree69dbfcbc94201b516f4ab78bb6e8240f9bdc40dc /js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
parent40670fd9a723fe6f95fe6c1ceefa0d2435b83aa4 (diff)
downloadninja-b42e5dc5922fb427b9edc7af60e9fa4a5dfcbe0e.tar.gz
Some sub prop updates
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js')
-rw-r--r--js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
index 8316540b..4f798f36 100644
--- a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
+++ b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
@@ -146,6 +146,7 @@ var PropertyTrack = exports.PropertyTrack = Montage.create(Component, {
146 this.styleIndex = this.propTrackData.styleIndex; 146 this.styleIndex = this.propTrackData.styleIndex;
147 this.propTweens = this.propTrackData.propTweens; 147 this.propTweens = this.propTrackData.propTweens;
148 this.trackType = this.propTrackData.trackType; 148 this.trackType = this.propTrackData.trackType;
149 this.trackEditorProperty = this.propTrackData.trackEditorProperty;
149 this.needsDraw = true; 150 this.needsDraw = true;
150 } 151 }
151 }, 152 },
@@ -170,12 +171,9 @@ var PropertyTrack = exports.PropertyTrack = Montage.create(Component, {
170 } 171 }
171 } else if (this.trackType === "position") { 172 } else if (this.trackType === "position") {
172 console.log("clicking on position track"); 173 console.log("clicking on position track");
173
174 console.log(this.trackEditorProperty); 174 console.log(this.trackEditorProperty);
175 } 175 }
176 176
177
178
179 this.insertPropTween(0); 177 this.insertPropTween(0);
180 this.addPropAnimationRuleToElement(ev); 178 this.addPropAnimationRuleToElement(ev);
181 this.updatePropKeyframeRule(); 179 this.updatePropKeyframeRule();