Code Csmetics kthoom integration

pull/346/head
OzzieIsaacs 7 years ago
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…
Cancel
Save