aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js
diff options
context:
space:
mode:
authorEric Guzman2012-05-22 15:02:38 -0700
committerEric Guzman2012-05-22 15:02:38 -0700
commitefe8f144e9506ce1c611445a1c8e4291ce3d1af7 (patch)
tree9c1c24b1a77ad1bb02cc830a334eee7d9f8c1cdb /js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js
parent1c3da2901f454ad2c18e20216bb2517740a1c080 (diff)
downloadninja-efe8f144e9506ce1c611445a1c8e4291ce3d1af7.tar.gz
CSS Style Rule - Extract and append class name from selector on first change
Diffstat (limited to 'js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js')
-rw-r--r--js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.js3
1 files changed, 3 insertions, 0 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 cfe3c24d..e0ffb1a8 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
@@ -8,6 +8,9 @@ var Montage = require("montage/core/core").Montage,
8 Component = require("montage/ui/component").Component; 8 Component = require("montage/ui/component").Component;
9 9
10exports.CssStyleRule = Montage.create(Component, { 10exports.CssStyleRule = Montage.create(Component, {
11 addClassNameOnChange : {
12 value: null
13 },
11 unappliedClass : { 14 unappliedClass : {
12 value: 'unapplied-css-rule' 15 value: 'unapplied-css-rule'
13 }, 16 },