From cde1dd9a9156b9682fdf85ce2cd4acdd94124c37 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Fri, 10 Feb 2012 16:00:35 -0800 Subject: -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 --- js/ninja.reel/ninja.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'js/ninja.reel/ninja.html') 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 @@ "name": "NewFileWorkflowController" }, + "mainMenuController": { + "module": "js/controllers/main-menu-controller", + "name": "MainMenuController" + }, + "owner": { "module": "js/ninja.reel", "name": "Ninja", @@ -279,10 +284,10 @@ "stylesController": {"@": "stylesController"}, "filePickerController": {"@": "filePickerController"}, "newFileController": {"@": "newFileController"}, - "documentBar": {"@": "documentBar"} - } + "documentBar": {"@": "documentBar"}, + "mainMenuController": {"@": "mainMenuController"} + } } - } -- cgit v1.2.3