diff options
author | Valerio Virgillito | 2012-03-05 22:27:19 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-03-05 22:27:19 -0800 |
commit | bb9adf8a3162a5bbed5a4a8f0d63deeb75f76e61 (patch) | |
tree | c981ff521be98d60144201a215147e3ff779ddc8 /js/ninja.reel/ninja.html | |
parent | 13f52cf0c74f53a919fa864f86669e8155f82961 (diff) | |
download | ninja-bb9adf8a3162a5bbed5a4a8f0d63deeb75f76e61.tar.gz |
removing repetition from the panel container and using a static list of panels.
- Fixing the bugs associated with the repetition of component and PI problems.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 112f844e..430b8aa0 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -167,7 +167,7 @@ | |||
167 | }, | 167 | }, |
168 | 168 | ||
169 | "panelContainer": { | 169 | "panelContainer": { |
170 | "module": "js/panels/PanelContainer/PanelContainer.reel", | 170 | "module": "js/panels/PanelContainer.reel", |
171 | "name": "PanelContainer", | 171 | "name": "PanelContainer", |
172 | "properties": { | 172 | "properties": { |
173 | "element": {"#": "rightPanelContent"}, | 173 | "element": {"#": "rightPanelContent"}, |