diff options
author | Jose Antonio Marquez | 2012-02-11 22:37:34 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-11 22:37:34 -0800 |
commit | 9f2356c48b831d32d7278648656fe44b98bc4a1f (patch) | |
tree | 58459a2e2e45ff2f4ffa9042740040ee17d91dfb /js/ninja.reel/ninja.html | |
parent | 5eb38b8bd779c7fb6e59b966135f8d306378f034 (diff) | |
parent | e142611e22718b1f1d1696902ad9161ec5f33f98 (diff) | |
download | ninja-9f2356c48b831d32d7278648656fe44b98bc4a1f.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into FileIO
Conflicts:
js/ninja.reel/ninja.html
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index a17f6583..9a1a6b97 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -269,13 +269,18 @@ | |||
269 | "name": "CoreIoApi" | 269 | "name": "CoreIoApi" |
270 | }, | 270 | }, |
271 | 271 | ||
272 | "mainMenuController": { | ||
273 | "module": "js/controllers/main-menu-controller", | ||
274 | "name": "MainMenuController" | ||
275 | }, | ||
276 | |||
272 | "owner": { | 277 | "owner": { |
273 | "module": "js/ninja.reel", | 278 | "module": "js/ninja.reel", |
274 | "name": "Ninja", | 279 | "name": "Ninja", |
275 | "properties": { | 280 | "properties": { |
276 | "element": {"#": "main"}, | 281 | "element": {"#": "main"}, |
277 | "rulerTop": {"#": "rulerTop"}, | 282 | "rulerTop": {"#": "rulerTop"}, |
278 | "rulerLeft": {"#": "rulerLeft"}, | 283 | "rulerLeft": {"#": "rulerLeft"}, |
279 | "appModel": {"@": "appModel"}, | 284 | "appModel": {"@": "appModel"}, |
280 | "toolsData": {"@": "toolsData1"}, | 285 | "toolsData": {"@": "toolsData1"}, |
281 | "toolsList": {"@": "toolsList1"}, | 286 | "toolsList": {"@": "toolsList1"}, |
@@ -294,10 +299,10 @@ | |||
294 | "coreIoApi": {"@": "coreIoApi1"}, | 299 | "coreIoApi": {"@": "coreIoApi1"}, |
295 | "documentBar": {"@": "documentBar"}, | 300 | "documentBar": {"@": "documentBar"}, |
296 | "ioMediator": {"@": "ioMediator"}, | 301 | "ioMediator": {"@": "ioMediator"}, |
297 | "timeline": {"@": "timeline"} | 302 | "timeline": {"@": "timeline"}, |
303 | "mainMenuController": {"@": "mainMenuController"} | ||
298 | } | 304 | } |
299 | } | 305 | } |
300 | |||
301 | } | 306 | } |
302 | </script> | 307 | </script> |
303 | 308 | ||
@@ -359,9 +364,9 @@ | |||
359 | </section> | 364 | </section> |
360 | 365 | ||
361 | <section id="timelineResizer" class="timelineResizer resizeBar"></section> | 366 | <section id="timelineResizer" class="timelineResizer resizeBar"></section> |
362 | <section id="breadCrumbTrail"> | 367 | <section id="breadCrumbTrail"> |
363 | <div id="breadCrumbComponent"></div> | 368 | <div id="breadCrumbComponent"></div> |
364 | </section> | 369 | </section> |
365 | <section id="bottomPanelContainer" class="panelContainer"> | 370 | <section id="bottomPanelContainer" class="panelContainer"> |
366 | <section id="timelinePanel" class="panel"> | 371 | <section id="timelinePanel" class="panel"> |
367 | <div id="timelinePanelComponent"></div> | 372 | <div id="timelinePanelComponent"></div> |