diff options
Diffstat (limited to 'js/panels/css-panel/style.reel/style.js')
-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() { |