diff options
author | Eric Guzman | 2012-04-26 03:15:49 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-26 03:15:49 -0700 |
commit | 143105a0b9c7765898b22d53489b4bd8df3dff2e (patch) | |
tree | 05c6cd14d6400dc2393ebc4465ac3c31c42feb47 /js/panels/css-panel/rule-list-container.reel | |
parent | f1d4c48cd12d4c1a4a8b8d7ce648ea510607cb88 (diff) | |
download | ninja-143105a0b9c7765898b22d53489b4bd8df3dff2e.tar.gz |
CSS Panel - add handlers for css panel actions
Diffstat (limited to 'js/panels/css-panel/rule-list-container.reel')
-rw-r--r-- | js/panels/css-panel/rule-list-container.reel/rule-list-container.js | 8 |
1 files changed, 8 insertions, 0 deletions
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, { | |||
116 | distinct: true | 116 | distinct: true |
117 | }, | 117 | }, |
118 | 118 | ||
119 | templateDidLoad : { | ||
120 | value: function() { | ||
121 | if(this.focusDelegate) { | ||
122 | this.ruleListComponent.focusDelegate = this.focusDelegate; | ||
123 | } | ||
124 | } | ||
125 | }, | ||
126 | |||
119 | draw : { | 127 | draw : { |
120 | value: function() { | 128 | value: function() { |
121 | if(this._appendElement) { | 129 | if(this._appendElement) { |