mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
this -> Cmd in Cmd
This commit is contained in:
parent
0d653cebfc
commit
cda360ac2e
1 changed files with 2 additions and 2 deletions
|
|
@ -1041,8 +1041,8 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
lName = '',
|
||||
lMsgAsk = 'Do you really want to delete the ',
|
||||
lMsgSel = 'selected ',
|
||||
lFiles = this.getSelectedFiles(),
|
||||
lSelected = this.getSelectedNames(lFiles),
|
||||
lFiles = Cmd.getSelectedFiles(),
|
||||
lSelected = Cmd.getSelectedNames(lFiles),
|
||||
i, n = lSelected && lSelected.length;
|
||||
|
||||
if (n > 1){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue