aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-list-container.reel
diff options
context:
space:
mode:
authorEric Guzman2012-05-10 17:14:12 -0700
committerEric Guzman2012-05-10 17:14:12 -0700
commit1c73ff78bb6a251ded84ab34ed7f341844c030f1 (patch)
tree04dd3ddaf4234da6c035ff215f7fc273bd54ab9d /js/panels/css-panel/rule-list-container.reel
parent7358c12a45ac2923e7553b17a1cc7c15af70e4c8 (diff)
downloadninja-1c73ff78bb6a251ded84ab34ed7f341844c030f1.tar.gz
CSS Panel - Fixed removing rules and checking to see if rules apply on add.
Diffstat (limited to 'js/panels/css-panel/rule-list-container.reel')
-rw-r--r--js/panels/css-panel/rule-list-container.reel/rule-list-container.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.js b/js/panels/css-panel/rule-list-container.reel/rule-list-container.js
index 9cf8b875..511ff24c 100644
--- a/js/panels/css-panel/rule-list-container.reel/rule-list-container.js
+++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.js
@@ -30,8 +30,6 @@ exports.RuleListContainer = Montage.create(Component, {
30 30
31 if(!list) { 31 if(!list) {
32 list = this.add(selection); 32 list = this.add(selection);
33 } else {
34 console.log("rule list found!");
35 } 33 }
36 34
37 this.displayedList = list; 35 this.displayedList = list;