mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update lib/client/menu.js
This commit is contained in:
parent
07d7df6461
commit
185527a6ae
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