mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(menu) delete: Operation.show -> CloudCmd.Operation.show
This commit is contained in:
parent
9a78ce3fe5
commit
b96e31f083
1 changed files with 3 additions and 1 deletions
|
|
@ -170,7 +170,9 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO;
|
|||
'Rename' : function() {
|
||||
setTimeout(DOM.renameCurrent, 100);
|
||||
},
|
||||
'Delete' : Operation.show.bind(null, 'delete'),
|
||||
'Delete' : function() {
|
||||
CloudCmd.Operation.show('delete');
|
||||
},
|
||||
'Pack' : DOM.pack,
|
||||
'Extract' : DOM.extract,
|
||||
'Upload To' : {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue