diff options
Diffstat (limited to 'js/panels')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index 65476d6b..cb8185e5 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -221,7 +221,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
221 | }, | 221 | }, |
222 | set:function (newVal) { | 222 | set:function (newVal) { |
223 | this._layerRepetition = newVal; | 223 | this._layerRepetition = newVal; |
224 | }, | 224 | } |
225 | }, | 225 | }, |
226 | 226 | ||
227 | // Set to false to skip array caching array sets in current document | 227 | // Set to false to skip array caching array sets in current document |