aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
diff options
context:
space:
mode:
authorJonathan Duran2012-05-04 23:30:49 -0700
committerJonathan Duran2012-05-04 23:30:49 -0700
commita831e11ef6ae97bbd90c896b5cb6f4306e9001dd (patch)
treeab21360c204b94bcc736efcb99c9b203042c1580 /js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
parent9f71f7804bd649dbfb9078cc0bef562530738e6f (diff)
downloadninja-a831e11ef6ae97bbd90c896b5cb6f4306e9001dd.tar.gz
more sub prop additions
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.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
index f2dbd683..54be3faf 100644
--- a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
+++ b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
@@ -157,8 +157,7 @@ var PropertyTrack = exports.PropertyTrack = Montage.create(Component, {
157 // check if there is an editor property assigned yet 157 // check if there is an editor property assigned yet
158 // get this property track's editor prop name from layer data arrays 158 // get this property track's editor prop name from layer data arrays
159 var selectIndex = this.application.ninja.timeline.getLayerIndexByID(this.trackID); 159 var selectIndex = this.application.ninja.timeline.getLayerIndexByID(this.trackID);
160 console.log(this.application.ninja.timeline.arrLayers[selectIndex].layerData.arrLayerStyles); 160 console.log(this.application.ninja.timeline.arrLayers[selectIndex].layerData.arrLayerStyles[this.styleIndex].editorProperty);
161 console.log(this.styleIndex);
162 161
163 this.insertPropTween(0); 162 this.insertPropTween(0);
164 this.addPropAnimationRuleToElement(ev); 163 this.addPropAnimationRuleToElement(ev);