diff options
author | John Mayhew | 2012-02-10 16:00:35 -0800 |
---|---|---|
committer | John Mayhew | 2012-02-10 16:00:35 -0800 |
commit | cde1dd9a9156b9682fdf85ce2cd4acdd94124c37 (patch) | |
tree | 0458f783788612564bf3be78f54913bfe9fe77f4 /js/ninja.reel/ninja.html | |
parent | 99100ee4bc5bdaf081366c79de3caff2bf1bd669 (diff) | |
download | ninja-cde1dd9a9156b9682fdf85ce2cd4acdd94124c37.tar.gz |
-Changed the capitalization of all main top level menus from all caps
-Added new main-menu-controller to be the default generic handler for menu item calls that do not need to call to a specific controller
-Removed the test menu item
-Finalized the help submenu items and hooked them up to the main-menu-controller
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rw-r--r-- | js/ninja.reel/ninja.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 706c8243..1ce94722 100644 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -259,6 +259,11 @@ | |||
259 | "name": "NewFileWorkflowController" | 259 | "name": "NewFileWorkflowController" |
260 | }, | 260 | }, |
261 | 261 | ||
262 | "mainMenuController": { | ||
263 | "module": "js/controllers/main-menu-controller", | ||
264 | "name": "MainMenuController" | ||
265 | }, | ||
266 | |||
262 | "owner": { | 267 | "owner": { |
263 | "module": "js/ninja.reel", | 268 | "module": "js/ninja.reel", |
264 | "name": "Ninja", | 269 | "name": "Ninja", |
@@ -279,10 +284,10 @@ | |||
279 | "stylesController": {"@": "stylesController"}, | 284 | "stylesController": {"@": "stylesController"}, |
280 | "filePickerController": {"@": "filePickerController"}, | 285 | "filePickerController": {"@": "filePickerController"}, |
281 | "newFileController": {"@": "newFileController"}, | 286 | "newFileController": {"@": "newFileController"}, |
282 | "documentBar": {"@": "documentBar"} | 287 | "documentBar": {"@": "documentBar"}, |
283 | } | 288 | "mainMenuController": {"@": "mainMenuController"} |
289 | } | ||
284 | } | 290 | } |
285 | |||
286 | } | 291 | } |
287 | </script> | 292 | </script> |
288 | 293 | ||