Code Csmetics kthoom integration
This commit is contained in:
parent
5b9b36f997
commit
a159bb0b97
|
@ -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;
|
||||||
|
|
|
@ -479,5 +479,4 @@ bitjs.io.ByteBuffer.prototype.writeASCIIString = function(str) {
|
||||||
this.insertByte(curByte);
|
this.insertByte(curByte);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user