diff options
author | Eric Guzman | 2012-05-02 15:30:27 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-02 15:30:27 -0700 |
commit | 8bea1e0807f36595d762592c030d4810396ada85 (patch) | |
tree | 44e1bc9e270fe84437f0ac90824c56cabfaeb701 /js/panels/css-panel/rule-components | |
parent | 2d31bce1b35001dfb7d1f63838abe8db1ddf019b (diff) | |
download | ninja-8bea1e0807f36595d762592c030d4810396ada85.tar.gz |
CSS Panel - Add focus management to styles view delegate
Diffstat (limited to 'js/panels/css-panel/rule-components')
-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 7b5a736f..cfa3e605 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 | |||
@@ -90,7 +90,7 @@ exports.CssStyleRule = Montage.create(Component, { | |||
90 | value: function() { | 90 | value: function() { |
91 | if(this.cssText !== this.rule.cssText) { | 91 | if(this.cssText !== this.rule.cssText) { |
92 | // TODO: add update for selector and stylesheet name | 92 | // TODO: add update for selector and stylesheet name |
93 | this.declarationComponent.update(); | 93 | //this.declarationComponent.update(); |
94 | } | 94 | } |
95 | } | 95 | } |
96 | }, | 96 | }, |