diff options
Diffstat (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.js')
-rw-r--r-- | js/panels/css-panel/rule-list-container.reel/rule-list-container.js | 4 |
1 files changed, 2 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 230af089..031398cb 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 | |||
@@ -200,9 +200,9 @@ exports.RuleListContainer = Montage.create(Component, { | |||
200 | }, this); | 200 | }, this); |
201 | this.ruleListsToDraw.length = 0; | 201 | this.ruleListsToDraw.length = 0; |
202 | } | 202 | } |
203 | 203 | ||
204 | }, | 204 | }, |
205 | 205 | ||
206 | didDraw: { | 206 | didDraw: { |
207 | value: function() { | 207 | value: function() { |
208 | if(this.ruleListDrawn === true) { | 208 | if(this.ruleListDrawn === true) { |