Update lib/client/menu.js

This commit is contained in:
coderaiser 2012-08-24 18:14:45 +03:00
parent 07d7df6461
commit 185527a6ae

View file

@ -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',