diff options
author | Jonathan Duran | 2012-04-03 08:13:06 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-04-03 08:13:06 -0700 |
commit | d329906f02125da4a4e00e8c2b07e9a5f049335d (patch) | |
tree | 9ccd037160ac10f347d1dcc3389192a849975f35 /js/panels/Timeline/TimelineTrack.reel | |
parent | 937271dc08894961e48a0e230d0bdcd17b01dc97 (diff) | |
parent | 6e9c9fd4d715567394038705e7a6ef7935e451d3 (diff) | |
download | ninja-d329906f02125da4a4e00e8c2b07e9a5f049335d.tar.gz |
Merge branch 'refs/heads/timeline-local' into TimelineUber
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel')
-rw-r--r-- | js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js index 978b239f..e294a69e 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js | |||
@@ -100,7 +100,7 @@ var TimelineTrack = exports.TimelineTrack = Montage.create(Component, { | |||
100 | return this._bypassAnimation; | 100 | return this._bypassAnimation; |
101 | }, | 101 | }, |
102 | set: function(newVal) { | 102 | set: function(newVal) { |
103 | if (newVal !== this._bypassAnimation) { | 103 | if ((newVal !== this._bypassAnimation) && (typeof(this.trackData) !== "undefined")) { |
104 | this._bypassAnimation = newVal; | 104 | this._bypassAnimation = newVal; |
105 | this.trackData.bypassAnimation = newVal; | 105 | this.trackData.bypassAnimation = newVal; |
106 | } | 106 | } |