From 5247614b90c5cb104166b22ae92b8f29bd1e306f Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Wed, 14 Mar 2012 16:06:33 -0700 Subject: CSS Panel Updates - Added shorthand collapser --- js/panels/css-panel/style-shorthand.reel/style-shorthand.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/panels/css-panel/style-shorthand.reel/style-shorthand.js') 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, { this.arrayController.delegate = this.treeView.contentController; this.branchCollapser.removeAttribute('id'); - this.branchCollapser.addEventListener('click', this, false); } }, willDraw : { -- cgit v1.2.3