From a183eff03cef60840ed360b3c9fc750b923a0a6b Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Wed, 2 May 2012 17:12:58 -0700 Subject: CSS Panel - Fix issue with wrong style value when re-enabling style. --- js/panels/css-panel/style.reel/style.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/panels/css-panel/style.reel') 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, { this.units = this.getUnits(text); } }, + browserValue: { + value: null + }, _priority: { value: "", distinct: true }, priority: { get: function() { -- cgit v1.2.3