mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
fix(dom) unpack -> extract
This commit is contained in:
parent
27ca342407
commit
fd2dbbdaa3
2 changed files with 3 additions and 21 deletions
|
|
@ -506,7 +506,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
|
||||
fileFrom = {
|
||||
from : dirPath,
|
||||
to : dirPath,
|
||||
to : dirPath + name,
|
||||
names : names
|
||||
};
|
||||
break;
|
||||
|
|
@ -536,7 +536,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
* unzip file
|
||||
*
|
||||
*/
|
||||
this.unpack = function() {
|
||||
this.extract = function() {
|
||||
twopack('extract');
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue