|
|
@ -146,7 +146,8 @@ bitjs.archive.UnarchiveProgressEvent = function(
|
|
|
|
currentBytesUnarchivedInFile,
|
|
|
|
currentBytesUnarchivedInFile,
|
|
|
|
currentBytesUnarchived,
|
|
|
|
currentBytesUnarchived,
|
|
|
|
totalUncompressedBytesInArchive,
|
|
|
|
totalUncompressedBytesInArchive,
|
|
|
|
totalFilesInArchive) {
|
|
|
|
totalFilesInArchive)
|
|
|
|
|
|
|
|
{
|
|
|
|
bitjs.base(this, bitjs.archive.UnarchiveEvent.Type.PROGRESS);
|
|
|
|
bitjs.base(this, bitjs.archive.UnarchiveEvent.Type.PROGRESS);
|
|
|
|
|
|
|
|
|
|
|
|
this.currentFilename = currentFilename;
|
|
|
|
this.currentFilename = currentFilename;
|
|
|
|