diff options
author | Jonathan Duran | 2012-07-10 11:14:48 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-07-10 11:14:48 -0700 |
commit | b3a1e8f3e71d5d2d13dbe52ad377eab391bf8a26 (patch) | |
tree | 7412e60e22f74fa6356da9060db2c42c4d4e82fb /js/panels | |
parent | 1a797e8e73ac17a9ab19b686d1239afcff0d599e (diff) | |
download | ninja-b3a1e8f3e71d5d2d13dbe52ad377eab391bf8a26.tar.gz |
Fix more missing char
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels')
-rw-r--r-- | js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js | 2 |
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; |