fix(dom) unpack -> extract

This commit is contained in:
coderaiser 2015-07-09 10:36:41 -04:00
parent 27ca342407
commit fd2dbbdaa3
2 changed files with 3 additions and 21 deletions

View file

@ -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');
};