aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Span.reel
diff options
context:
space:
mode:
authorJon Reid2012-06-15 14:03:03 -0700
committerJon Reid2012-06-15 14:03:03 -0700
commit0b41d5c873b25461e2217782af1c410b89cb56de (patch)
tree501170ae0fc3a0609e2cb6184af7510d0f7075ff /js/panels/Timeline/Span.reel
parent8dc456d59bd7dfc9c080a0241fa72d89aa4db70e (diff)
downloadninja-0b41d5c873b25461e2217782af1c410b89cb56de.tar.gz
Timeline: Bug fix IKNINJA 1716, "Ease options are not correctly displayed in
Timeline after a file is saved and re-opened."
Diffstat (limited to 'js/panels/Timeline/Span.reel')
-rw-r--r--js/panels/Timeline/Span.reel/Span.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/panels/Timeline/Span.reel/Span.js b/js/panels/Timeline/Span.reel/Span.js
index 7347ef51..5b0f3f94 100644
--- a/js/panels/Timeline/Span.reel/Span.js
+++ b/js/panels/Timeline/Span.reel/Span.js
@@ -83,7 +83,6 @@ var Span = exports.Span = Montage.create(Component, {
83 83
84 draw:{ 84 draw:{
85 value: function(){ 85 value: function(){
86
87 this.element.style.width = this.spanWidth + "px"; 86 this.element.style.width = this.spanWidth + "px";
88 87
89 if ((this.spanWidth <= 70) && (this.spanWidth >0)) { 88 if ((this.spanWidth <= 70) && (this.spanWidth >0)) {