mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
e1094b54e9
commit
1b4cfcabb8
1 changed files with 2 additions and 2 deletions
|
|
@ -46,11 +46,11 @@ var CloudCommander, $;
|
|||
// define the elements of the menu
|
||||
items: {
|
||||
view: {name: 'View', callback: function(key, opt){
|
||||
CloudCommander.showEditor(true);
|
||||
CloudCommander.Menu.showEditor(true);
|
||||
}},
|
||||
|
||||
edit: {name: 'Edit', callback: function(key, opt){
|
||||
CloudCommander.showEditor(false);
|
||||
CloudCommander.Menu.showEditor(false);
|
||||
}},
|
||||
|
||||
'delete': {name: 'Delete',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue