aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Keyframe.reel/Keyframe.js
diff options
context:
space:
mode:
authorJon Reid2012-05-23 13:15:26 -0700
committerJon Reid2012-05-23 13:15:26 -0700
commitbae00e5a647b5b6a677857a1bb531273a89e781b (patch)
treeaa747a092ef42dcb88f0910e7123e839e5561955 /js/panels/Timeline/Keyframe.reel/Keyframe.js
parentf6c90db55e6118b744d492e38e9e967afc64d14b (diff)
parentf92838b6ec33e2eb0f8eb06f3cbc7419f38143a1 (diff)
downloadninja-bae00e5a647b5b6a677857a1bb531273a89e781b.tar.gz
Merge remote-tracking branch 'ninja-jduran/TimelineUber' into timeline-local
Diffstat (limited to 'js/panels/Timeline/Keyframe.reel/Keyframe.js')
-rw-r--r--js/panels/Timeline/Keyframe.reel/Keyframe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/Keyframe.reel/Keyframe.js b/js/panels/Timeline/Keyframe.reel/Keyframe.js
index a4f957cf..52302319 100644
--- a/js/panels/Timeline/Keyframe.reel/Keyframe.js
+++ b/js/panels/Timeline/Keyframe.reel/Keyframe.js
@@ -42,7 +42,7 @@ var Keyframe = exports.Keyframe = Montage.create(Component, {
42 42
43 draw:{ 43 draw:{
44 value:function(){ 44 value:function(){
45 this.element.style.left = (this.position - 3) + "px"; 45 this.element.style.left = (this.position - 6) + "px";
46 } 46 }
47 }, 47 },
48 48