diff options
author | Eric Guzman | 2012-05-08 13:26:36 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-08 13:26:36 -0700 |
commit | eb80f8a610100f908b5cb9ffc65bfa94f8a23c21 (patch) | |
tree | 5f9d1f17e532d68019eafc69e82b9228216aac95 /js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js | |
parent | af4dac82d2e76fe90191d6c085740d855bf961f3 (diff) | |
download | ninja-eb80f8a610100f908b5cb9ffc65bfa94f8a23c21.tar.gz |
CSS Panel - Create non-tree declaration (optimized). And add updating functionality.
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 | }, |