aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/styles-view-container.reel
diff options
context:
space:
mode:
authorEric Guzman2012-04-26 03:15:49 -0700
committerEric Guzman2012-04-26 03:15:49 -0700
commit143105a0b9c7765898b22d53489b4bd8df3dff2e (patch)
tree05c6cd14d6400dc2393ebc4465ac3c31c42feb47 /js/panels/css-panel/styles-view-container.reel
parentf1d4c48cd12d4c1a4a8b8d7ce648ea510607cb88 (diff)
downloadninja-143105a0b9c7765898b22d53489b4bd8df3dff2e.tar.gz
CSS Panel - add handlers for css panel actions
Diffstat (limited to 'js/panels/css-panel/styles-view-container.reel')
-rw-r--r--js/panels/css-panel/styles-view-container.reel/styles-view-container.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/panels/css-panel/styles-view-container.reel/styles-view-container.html b/js/panels/css-panel/styles-view-container.reel/styles-view-container.html
index 56e965c2..10b63087 100644
--- a/js/panels/css-panel/styles-view-container.reel/styles-view-container.html
+++ b/js/panels/css-panel/styles-view-container.reel/styles-view-container.html
@@ -46,7 +46,10 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
46 }, 46 },
47 "ruleListContainer": { 47 "ruleListContainer": {
48 "module": "js/panels/css-panel/rule-list-container.reel", 48 "module": "js/panels/css-panel/rule-list-container.reel",
49 "name": "RuleListContainer" 49 "name": "RuleListContainer",
50 "properties": {
51 "focusDelegate": {"@": "stylesViewDelegate"}
52 }
50 }, 53 },
51 "computedStyleView": { 54 "computedStyleView": {
52 "module": "js/panels/CSSPanel/ComputedStyleSubPanel.reel", 55 "module": "js/panels/CSSPanel/ComputedStyleSubPanel.reel",