From a237dfaad38bb9efac803db83a28099f6f74dde8 Mon Sep 17 00:00:00 2001
From: Eric Guzman
Date: Mon, 21 May 2012 15:10:51 -0700
Subject: Remove Old CSS Panel
---
js/data/panels-data.js | 12 --------
js/panels/PanelContainer.reel/PanelContainer.html | 11 +-------
.../css-style-rule.reel/css-style-rule.css | 32 +++++++++++++++++++---
3 files changed, 29 insertions(+), 26 deletions(-)
diff --git a/js/data/panels-data.js b/js/data/panels-data.js
index 7ab40f11..ed346196 100644
--- a/js/data/panels-data.js
+++ b/js/data/panels-data.js
@@ -72,18 +72,6 @@ exports.PanelsData = Montage.create(Montage, {
// },
{
name: "CSS",
- minHeight: 195,
- height: 195,
- maxHeight: null,
- flexible: true,
- scrollable: true,
- collapsed: true,
- open: true,
- modulePath: "js/panels/CSSPanel/CSSPanelBase.reel",
- moduleName: "CSSPanelBase"
- },
- {
- name: "CSSPanel",
height: 200,
minHeight: 200,
maxHeight: null,
diff --git a/js/panels/PanelContainer.reel/PanelContainer.html b/js/panels/PanelContainer.reel/PanelContainer.html
index 2f8ea83f..1de88de3 100755
--- a/js/panels/PanelContainer.reel/PanelContainer.html
+++ b/js/panels/PanelContainer.reel/PanelContainer.html
@@ -62,13 +62,6 @@
}
},
- "panel_7": {
- "prototype": "js/panels/Panel.reel",
- "properties": {
- "element": {"#": "panel_7"}
- }
- },
-
"owner": {
"prototype": "js/panels/PanelContainer.reel",
"properties": {
@@ -80,8 +73,7 @@
"panel_3": {"@": "panel_3"},
"panel_4": {"@": "panel_4"},
"panel_5": {"@": "panel_5"},
- "panel_6": {"@": "panel_6"},
- "panel_7": {"@": "panel_7"}
+ "panel_6": {"@": "panel_6"}
},
"listeners": [
{
@@ -112,7 +104,6 @@
-