aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style-shorthand.reel/style-shorthand.js
diff options
context:
space:
mode:
authorEric Guzman2012-03-14 16:06:33 -0700
committerEric Guzman2012-03-14 16:06:33 -0700
commit5247614b90c5cb104166b22ae92b8f29bd1e306f (patch)
treeea4fb475d04573d8fbf4cc2aa4d23b101eacf9f6 /js/panels/css-panel/style-shorthand.reel/style-shorthand.js
parent562e6d71d8bbe149f856b126e4c4246fc2d843ef (diff)
downloadninja-5247614b90c5cb104166b22ae92b8f29bd1e306f.tar.gz
CSS Panel Updates - Added shorthand collapser
Diffstat (limited to 'js/panels/css-panel/style-shorthand.reel/style-shorthand.js')
-rw-r--r--js/panels/css-panel/style-shorthand.reel/style-shorthand.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/panels/css-panel/style-shorthand.reel/style-shorthand.js b/js/panels/css-panel/style-shorthand.reel/style-shorthand.js
index e64d64c7..028699a1 100644
--- a/js/panels/css-panel/style-shorthand.reel/style-shorthand.js
+++ b/js/panels/css-panel/style-shorthand.reel/style-shorthand.js
@@ -29,7 +29,6 @@ var styleShorthand = exports.StyleShorthand= Montage.create(TreeNode, {
29 this.arrayController.delegate = this.treeView.contentController; 29 this.arrayController.delegate = this.treeView.contentController;
30 30
31 this.branchCollapser.removeAttribute('id'); 31 this.branchCollapser.removeAttribute('id');
32 this.branchCollapser.addEventListener('click', this, false);
33 } 32 }
34 }, 33 },
35 willDraw : { 34 willDraw : {