diff options
author | Eric Guzman | 2012-06-27 10:32:47 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-27 10:32:47 -0700 |
commit | 58f1de4f1cb0f59abd47cec4430a032c073f85e9 (patch) | |
tree | a6c2af9be68e6881311074bd3c8cc461deee7203 /js/panels/css-panel | |
parent | a72b6809e214eb524f866440a55f8366f078c240 (diff) | |
parent | 2ebf3e3ea24d0d580575dfa13d31588dac1de445 (diff) | |
download | ninja-58f1de4f1cb0f59abd47cec4430a032c073f85e9.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into CSSPanel_GIO
Diffstat (limited to 'js/panels/css-panel')
-rw-r--r-- | js/panels/css-panel/rule-list.reel/rule-list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/css-panel/rule-list.reel/rule-list.js b/js/panels/css-panel/rule-list.reel/rule-list.js index 27d74b2f..b4cd9e97 100644 --- a/js/panels/css-panel/rule-list.reel/rule-list.js +++ b/js/panels/css-panel/rule-list.reel/rule-list.js | |||
@@ -81,7 +81,7 @@ exports.RuleList = Montage.create(Component, { | |||
81 | // found rule in our component list, or it's the inline rule | 81 | // found rule in our component list, or it's the inline rule |
82 | ruleComponent.update(); | 82 | ruleComponent.update(); |
83 | foundIndices.push(index); | 83 | foundIndices.push(index); |
84 | } else if(!rule.applied) { /// remove rule (unless unapplied) | 84 | } else if(!ruleComponent.applied) { /// remove rule (unless unapplied) |
85 | this.rulesToRemove.push(ruleComponent); | 85 | this.rulesToRemove.push(ruleComponent); |
86 | } | 86 | } |
87 | }, this); | 87 | }, this); |