aboutsummaryrefslogtreecommitdiff
path: root/js/data
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 22:48:39 -0700
committerValerio Virgillito2012-05-16 22:49:50 -0700
commitc26de5fa7b909a53b103b72027b5cbe7c3e1c49f (patch)
treed87f20b71cce36a8e23ee3b77f0a496d113b679a /js/data
parentb1e5ef1949eeddc39a1e9570a65612879cbdadef (diff)
downloadninja-c26de5fa7b909a53b103b72027b5cbe7c3e1c49f.tar.gz
code cleanup and refactoring of the document controller and stage view
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/data')
-rwxr-xr-xjs/data/menu-data.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/data/menu-data.js b/js/data/menu-data.js
index 7cf40a8a..aeb95ccc 100755
--- a/js/data/menu-data.js
+++ b/js/data/menu-data.js
@@ -22,13 +22,13 @@ exports.MenuData = Montage.create( Montage, {
22 "displayText" : "New File", 22 "displayText" : "New File",
23 "hasSubMenu" : false, 23 "hasSubMenu" : false,
24 "enabled": true, 24 "enabled": true,
25 "action": "executeNewWebpage" 25 "action": "executeNewFile"
26 }, 26 },
27 { 27 {
28 "displayText" : "Open File", 28 "displayText" : "Open File",
29 "hasSubMenu" : false, 29 "hasSubMenu" : false,
30 "enabled": true, 30 "enabled": true,
31 "action": "executeWebpageOpen" 31 "action": "executeFileOpen"
32 }, 32 },
33 { 33 {
34 "displayText" : "Close File", 34 "displayText" : "Close File",