aboutsummaryrefslogtreecommitdiff
path: root/js/panels
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-12 10:56:47 -0700
committerValerio Virgillito2012-06-12 10:56:47 -0700
commita61713e5187e10cebf7984ced7a8443949c412b0 (patch)
treeb36208aa851aac93e67a0268c565bb2f17def46b /js/panels
parent9da05185537e5f436bce58de0d6d516570b17494 (diff)
downloadninja-a61713e5187e10cebf7984ced7a8443949c412b0.tar.gz
fix a typo
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js2
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