aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Keyframe.reel/Keyframe.js
diff options
context:
space:
mode:
authorJonathan Duran2012-05-23 11:43:43 -0700
committerJonathan Duran2012-05-23 11:43:43 -0700
commitf92838b6ec33e2eb0f8eb06f3cbc7419f38143a1 (patch)
tree64c56a5de766a637c912b2ff15158ec131722be5 /js/panels/Timeline/Keyframe.reel/Keyframe.js
parent38aed3f1068dcd06089619f3b5278e01c42b0512 (diff)
downloadninja-f92838b6ec33e2eb0f8eb06f3cbc7419f38143a1.tar.gz
Diamond keyframes
Signed-off-by: Jonathan Duran <jduran@motorola.com>
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