diff options
author | Eric Guzman | 2012-04-04 17:57:13 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-04 17:57:13 -0700 |
commit | 313e0336cc72a1dc773bfa0e3d41b2993339f9af (patch) | |
tree | 1f691b5245dda9a45149fd70b072a972c4cffef5 /js/panels/css-panel/rule-list-container.reel | |
parent | 72697c2a48480509cd89ac506d8a4873f2853fd4 (diff) | |
download | ninja-313e0336cc72a1dc773bfa0e3d41b2993339f9af.tar.gz |
Rule List - Update selection to not use "_element" property.
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.js | 2 |
1 files changed, 1 insertions, 1 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 03c609d7..04689602 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 | |||
@@ -59,7 +59,7 @@ exports.RuleListContainer = Montage.create(Component, { | |||
59 | listInstance = Montage.create(this.ruleListComponent), | 59 | listInstance = Montage.create(this.ruleListComponent), |
60 | container = document.createElement('div'), | 60 | container = document.createElement('div'), |
61 | rules; | 61 | rules; |
62 | //debugger; | 62 | |
63 | if(type === 'ELEMENT') { | 63 | if(type === 'ELEMENT') { |
64 | rules = stylesController.getMatchingRules(selection); | 64 | rules = stylesController.getMatchingRules(selection); |
65 | } | 65 | } |