aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/css-style.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-12 11:12:32 -0700
committerValerio Virgillito2012-06-12 11:12:32 -0700
commit471776facca730c57b0f6b8448535914df6624fd (patch)
tree50269ec5f885cf8b5f17f55d9938c3a846e9a617 /js/panels/css-panel/css-style.reel
parent964484bc244dda21c6646f4c0d400d6c137ff442 (diff)
downloadninja-471776facca730c57b0f6b8448535914df6624fd.tar.gz
adding more nonexistent properties
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/css-panel/css-style.reel')
-rw-r--r--js/panels/css-panel/css-style.reel/css-style.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/panels/css-panel/css-style.reel/css-style.js b/js/panels/css-panel/css-style.reel/css-style.js
index 84841f5b..29b3b34d 100644
--- a/js/panels/css-panel/css-style.reel/css-style.js
+++ b/js/panels/css-panel/css-style.reel/css-style.js
@@ -8,6 +8,10 @@ var Montage = require("montage/core/core").Montage,
8 Component = require("montage/ui/component").Component; 8 Component = require("montage/ui/component").Component;
9 9
10exports.CssStyle = Montage.create(Component, { 10exports.CssStyle = Montage.create(Component, {
11 declaration: {
12 value: null
13 },
14
11 delegate : { value: null }, 15 delegate : { value: null },
12 disabledClass : { value: 'style-item-disabled' }, 16 disabledClass : { value: 'style-item-disabled' },
13 editingStyleClass : { value: 'edit-style-item' }, 17 editingStyleClass : { value: 'edit-style-item' },