mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(operation) processFiles: files not defined
This commit is contained in:
parent
ba24d1251d
commit
5bdd5f0c17
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@
|
|||
* @param operation
|
||||
*/
|
||||
function processFiles(data, operation, message) {
|
||||
var name, selFiles,
|
||||
var name, selFiles, files,
|
||||
Info = DOM.CurrentInfo,
|
||||
panel,
|
||||
shouldAsk,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue