aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/PropertyTrack.reel
diff options
context:
space:
mode:
authorJonathan Duran2012-07-10 11:14:48 -0700
committerJonathan Duran2012-07-10 11:14:48 -0700
commitb3a1e8f3e71d5d2d13dbe52ad377eab391bf8a26 (patch)
tree7412e60e22f74fa6356da9060db2c42c4d4e82fb /js/panels/Timeline/PropertyTrack.reel
parent1a797e8e73ac17a9ab19b686d1239afcff0d599e (diff)
downloadninja-b3a1e8f3e71d5d2d13dbe52ad377eab391bf8a26.tar.gz
Fix more missing char
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/PropertyTrack.reel')
-rw-r--r--js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
index b2683d30..4ff6a17a 100644
--- a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
+++ b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
@@ -303,7 +303,7 @@ var PropertyTrack = exports.PropertyTrack = Montage.create(Component, {
303 newTween; 303 newTween;
304 304
305 selectedIndex = this.application.ninja.timeline.getLayerIndexByID(this.trackID); 305 selectedIndex = this.application.ninja.timeline.getLayerIndexByID(this.trackID);
306 this.application.ninja.timeline.selectLayer(selectedIndex, true); 306 this.application.ninja.timeline.selectLayers(selectedIndex, true);
307 307
308 currentMillisecPerPixel = Math.floor(this.application.ninja.timeline.millisecondsOffset / 80); 308 currentMillisecPerPixel = Math.floor(this.application.ninja.timeline.millisecondsOffset / 80);
309 currentMillisec = currentMillisecPerPixel * clickPos; 309 currentMillisec = currentMillisecPerPixel * clickPos;