aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-06 14:44:36 -0800
committerValerio Virgillito2012-03-06 14:44:36 -0800
commit4f498b43264327f5886e0370bd3536453d47570a (patch)
tree8c116c891ebd622982b62e28139f9618a3583963 /js/ninja.reel/ninja.html
parent1cd89d4d06e3a8f2c221628b19cf26a2c69f5d3f (diff)
parentbd205dcf488ed160d4de33cbb15a528404fe86ef (diff)
downloadninja-4f498b43264327f5886e0370bd3536453d47570a.tar.gz
Merge pull request #98 from mencio/panels
Panels - removing repetition from the panel container and using a static list of panels.
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-xjs/ninja.reel/ninja.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index cdf53ddf..8f6f6d7b 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -166,7 +166,7 @@
166 }, 166 },
167 167
168 "panelContainer": { 168 "panelContainer": {
169 "module": "js/panels/PanelContainer/PanelContainer.reel", 169 "module": "js/panels/PanelContainer.reel",
170 "name": "PanelContainer", 170 "name": "PanelContainer",
171 "properties": { 171 "properties": {
172 "element": {"#": "rightPanelContent"}, 172 "element": {"#": "rightPanelContent"},