aboutsummaryrefslogtreecommitdiff
path: root/js/panels/PanelContainer.reel
diff options
context:
space:
mode:
authorEric Guzman2012-04-23 22:38:33 -0700
committerEric Guzman2012-04-23 22:38:33 -0700
commit64b9c65ddee456a717bae0872a54e0593f1cd482 (patch)
treeaca3b1c0a4a849528cbb253d524082e1b8af7c67 /js/panels/PanelContainer.reel
parent946fae3acf8ca9f384b662e40f406506e8b90ea7 (diff)
downloadninja-64b9c65ddee456a717bae0872a54e0593f1cd482.tar.gz
CSSPanel - Add to panel container
Diffstat (limited to 'js/panels/PanelContainer.reel')
-rwxr-xr-xjs/panels/PanelContainer.reel/PanelContainer.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/js/panels/PanelContainer.reel/PanelContainer.html b/js/panels/PanelContainer.reel/PanelContainer.html
index ef023f01..0f6cf263 100755
--- a/js/panels/PanelContainer.reel/PanelContainer.html
+++ b/js/panels/PanelContainer.reel/PanelContainer.html
@@ -69,10 +69,10 @@
69 } 69 }
70 }, 70 },
71 71
72 "panel_6": { 72 "panel_7": {
73 "prototype": "js/panels/Panel.reel", 73 "prototype": "js/panels/Panel.reel",
74 "properties": { 74 "properties": {
75 "element": {"#": "panel_6"} 75 "element": {"#": "panel_7"}
76 } 76 }
77 }, 77 },
78 78
@@ -89,7 +89,8 @@
89 "panel_3": {"@": "panel_3"}, 89 "panel_3": {"@": "panel_3"},
90 "panel_4": {"@": "panel_4"}, 90 "panel_4": {"@": "panel_4"},
91 "panel_5": {"@": "panel_5"}, 91 "panel_5": {"@": "panel_5"},
92 "panel_6": {"@": "panel_6"} 92 "panel_6": {"@": "panel_6"},
93 "panel_7": {"@": "panel_7"}
93 }, 94 },
94 "listeners": [ 95 "listeners": [
95 { 96 {
@@ -120,6 +121,7 @@
120 <article data-montage-id="panel_4"></article> 121 <article data-montage-id="panel_4"></article>
121 <article data-montage-id="panel_5"></article> 122 <article data-montage-id="panel_5"></article>
122 <article data-montage-id="panel_6"></article> 123 <article data-montage-id="panel_6"></article>
124 <article data-montage-id="panel_7"></article>
123 </article> 125 </article>
124 </section> 126 </section>
125</body> 127</body>