diff options
author | Eric Guzman | 2012-05-02 17:12:58 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-02 17:12:58 -0700 |
commit | a183eff03cef60840ed360b3c9fc750b923a0a6b (patch) | |
tree | ec1843c52080c0f13df5a6edb2eac0ff6294ecfd /js/panels/css-panel/style.reel | |
parent | a447eaf48ffbaea89cbb229f06e8b5a7e199f77f (diff) | |
download | ninja-a183eff03cef60840ed360b3c9fc750b923a0a6b.tar.gz |
CSS Panel - Fix issue with wrong style value when re-enabling style.
Diffstat (limited to 'js/panels/css-panel/style.reel')
-rw-r--r-- | js/panels/css-panel/style.reel/style.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/css-panel/style.reel/style.js b/js/panels/css-panel/style.reel/style.js index 1d5a11a5..858b7020 100644 --- a/js/panels/css-panel/style.reel/style.js +++ b/js/panels/css-panel/style.reel/style.js | |||
@@ -25,6 +25,9 @@ exports.Style = Montage.create(TreeNode, { | |||
25 | this.units = this.getUnits(text); | 25 | this.units = this.getUnits(text); |
26 | } | 26 | } |
27 | }, | 27 | }, |
28 | browserValue: { | ||
29 | value: null | ||
30 | }, | ||
28 | _priority: { value: "", distinct: true }, | 31 | _priority: { value: "", distinct: true }, |
29 | priority: { | 32 | priority: { |
30 | get: function() { | 33 | get: function() { |