diff options
Diffstat (limited to 'js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js')
-rw-r--r-- | js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js index 7a6a3957..c74502c0 100644 --- a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js +++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js | |||
@@ -103,7 +103,7 @@ exports.CssStyleRule = Montage.create(Component, { | |||
103 | value: function() { | 103 | value: function() { |
104 | if(this.cssText !== this.rule.cssText) { | 104 | if(this.cssText !== this.rule.cssText) { |
105 | // TODO: add update for selector and stylesheet name | 105 | // TODO: add update for selector and stylesheet name |
106 | //this.declarationComponent.update(); | 106 | this.declarationComponent.update(); |
107 | } | 107 | } |
108 | } | 108 | } |
109 | }, | 109 | }, |