aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-29 15:15:51 -0800
committerJose Antonio Marquez2012-02-29 15:15:51 -0800
commitb0b4a1ee6792d98f06cbd8ecf5291e66db8a4eef (patch)
tree5978eb8742df65de0e0b98454bfc04c2b4cac6e7 /js/panels/Timeline/Layer.reel
parent3a25881b3a463e4f695be2f663f141710ba1d1c1 (diff)
parentb09956e4a9a35c5588cc7cd1f01efb617cbe0884 (diff)
downloadninja-b0b4a1ee6792d98f06cbd8ecf5291e66db8a4eef.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Color
Conflicts: js/controllers/elements/shapes-controller.js
Diffstat (limited to 'js/panels/Timeline/Layer.reel')
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.js b/js/panels/Timeline/Layer.reel/Layer.js
index e75b4d0f..d50360e6 100644
--- a/js/panels/Timeline/Layer.reel/Layer.js
+++ b/js/panels/Timeline/Layer.reel/Layer.js
@@ -509,7 +509,6 @@ var Layer = exports.Layer = Montage.create(Component, {
509 this.styleCollapser.bypassAnimation = true; 509 this.styleCollapser.bypassAnimation = true;
510 this.styleCollapser.toggle(); 510 this.styleCollapser.toggle();
511 } 511 }
512
513 if (this.isSelected) { 512 if (this.isSelected) {
514 this.element.classList.add("selected"); 513 this.element.classList.add("selected");
515 } else { 514 } else {