aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/Layer.js
diff options
context:
space:
mode:
authorJonathan Duran2012-03-07 13:43:41 -0800
committerJonathan Duran2012-03-07 13:43:41 -0800
commitabdd0542bce89b6b22f0684d00b9cf24e5d0a5e6 (patch)
treeb4da4b3870d7fe41a4112d1036046a0fa2cf998f /js/panels/Timeline/Layer.reel/Layer.js
parent0856e0900d51e99d81800c7ee0e086f0235bc499 (diff)
downloadninja-abdd0542bce89b6b22f0684d00b9cf24e5d0a5e6.tar.gz
cleanup
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.js')
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.js b/js/panels/Timeline/Layer.reel/Layer.js
index 0500ec11..d65d031f 100644
--- a/js/panels/Timeline/Layer.reel/Layer.js
+++ b/js/panels/Timeline/Layer.reel/Layer.js
@@ -665,7 +665,7 @@ var Layer = exports.Layer = Montage.create(Component, {
665 }, 665 },
666 handleMousedown: { 666 handleMousedown: {
667 value: function(event) { 667 value: function(event) {
668 this.isActive = true; 668 this.layerData.isActive = true;
669 var ptrParent = nj.queryParentSelector(event.target, ".content-style"); 669 var ptrParent = nj.queryParentSelector(event.target, ".content-style");
670 if (ptrParent !== false) { 670 if (ptrParent !== false) {
671 this.selectStyle(this.getActiveStyleIndex()); 671 this.selectStyle(this.getActiveStyleIndex());