From 97f21076db2603a1437f8bade3d9713433d473fe Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Mon, 23 Apr 2012 11:49:06 -0700 Subject: CSS Panel - Add stub for resizer --- js/panels/css-panel/css-panel.reel/css-panel.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'js/panels/css-panel/css-panel.reel/css-panel.html') diff --git a/js/panels/css-panel/css-panel.reel/css-panel.html b/js/panels/css-panel/css-panel.reel/css-panel.html index 61ec82bf..4be4d6dd 100644 --- a/js/panels/css-panel/css-panel.reel/css-panel.html +++ b/js/panels/css-panel/css-panel.reel/css-panel.html @@ -15,10 +15,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "name" : "CSSPanelNew", "properties" : { "element" : {"#" : "container"}, - "controller": {"@": "cssPanelController"} + "styleSheetsView": {"@": "styleSheetsView"} } }, - "styleSheetView": { + + "styleSheetsView": { "module" : "js/panels/css-panel/style-sheets-view.reel", "name": "StyleSheetsView", "properties": { @@ -39,6 +40,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot

Style Sheets

+

Styles

-- cgit v1.2.3