From 143105a0b9c7765898b22d53489b4bd8df3dff2e Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 26 Apr 2012 03:15:49 -0700 Subject: CSS Panel - add handlers for css panel actions --- .../css-panel/styles-view-container.reel/styles-view-container.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'js/panels/css-panel/styles-view-container.reel') 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 }, "ruleListContainer": { "module": "js/panels/css-panel/rule-list-container.reel", - "name": "RuleListContainer" + "name": "RuleListContainer", + "properties": { + "focusDelegate": {"@": "stylesViewDelegate"} + } }, "computedStyleView": { "module": "js/panels/CSSPanel/ComputedStyleSubPanel.reel", -- cgit v1.2.3