From 1b4cfcabb837ff1adeba4c7b3b8d0a9eae4023b1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 24 Aug 2012 18:14:45 +0300 Subject: [PATCH] Update lib/client/menu.js --- lib/client/menu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',