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/rule-list-container.reel/rule-list-container.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.js') diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.js b/js/panels/css-panel/rule-list-container.reel/rule-list-container.js index 4bad8350..a059af12 100644 --- a/js/panels/css-panel/rule-list-container.reel/rule-list-container.js +++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.js @@ -116,6 +116,14 @@ exports.RuleListContainer = Montage.create(Component, { distinct: true }, + templateDidLoad : { + value: function() { + if(this.focusDelegate) { + this.ruleListComponent.focusDelegate = this.focusDelegate; + } + } + }, + draw : { value: function() { if(this._appendElement) { -- cgit v1.2.3