diff --git a/lib/client/menu.js b/lib/client/menu.js index 2eae0e36..f3c88fcb 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -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',