diff options
author | Jose Antonio Marquez | 2012-02-06 16:33:24 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-06 16:33:24 -0800 |
commit | 989b433e8d11919b70845abc04f4e9359680aee3 (patch) | |
tree | 25eaa938e8418996f4efcb65e84342516610dee9 /js/data | |
parent | a9e6f4aa38cbba79d903a7935fc2ccc701ff60b8 (diff) | |
parent | 729bc48212d7244539c99ca206be673eed011115 (diff) | |
download | ninja-989b433e8d11919b70845abc04f4e9359680aee3.tar.gz |
Merge branch 'refs/heads/AnanyaFileIO' into FileIO
Diffstat (limited to 'js/data')
-rwxr-xr-x | js/data/menu-data.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/js/data/menu-data.js b/js/data/menu-data.js index bafc30da..07337fa0 100755 --- a/js/data/menu-data.js +++ b/js/data/menu-data.js | |||
@@ -37,7 +37,8 @@ exports.MenuData = Montage.create( Montage, { | |||
37 | { | 37 | { |
38 | "displayText" : "Save", | 38 | "displayText" : "Save", |
39 | "hasSubMenu" : false, | 39 | "hasSubMenu" : false, |
40 | "enabled": true | 40 | "enabled": true, |
41 | "action": "executeSave" | ||
41 | }, | 42 | }, |
42 | { | 43 | { |
43 | "displayText" : "Save As", | 44 | "displayText" : "Save As", |
@@ -48,7 +49,8 @@ exports.MenuData = Montage.create( Montage, { | |||
48 | { | 49 | { |
49 | "displayText" : "Save All", | 50 | "displayText" : "Save All", |
50 | "hasSubMenu" : false, | 51 | "hasSubMenu" : false, |
51 | "enabled": true | 52 | "enabled": true, |
53 | "action": "executeSaveAll" | ||
52 | }, | 54 | }, |
53 | { | 55 | { |
54 | "displayText" : "", | 56 | "displayText" : "", |