mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
fix(dom) uploadFiles: checkArgs
This commit is contained in:
parent
e48d90edaa
commit
032985178a
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
DOM.RESTful.write(path, file, callback);
|
||||
};
|
||||
|
||||
Util.checkArgs(files);
|
||||
Util.checkArgs(arguments, ['files']);
|
||||
|
||||
if (files.length) {
|
||||
Util.forEach(files, function(file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue