Removed parameter that was wrongly added

pull/2189/head
Denis Rodríguez 3 years ago committed by GitHub
parent 7fc04b353b
commit 3f56f0dca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -179,7 +179,7 @@ function initProgressClick() {
});
}
function loadFromArrayBuffer(ab, _callback) {
function loadFromArrayBuffer(ab) {
const collator = new Intl.Collator('en', { numeric: true, sensitivity: 'base' });
loadArchiveFormats(['rar', 'zip', 'tar'], function() {
// Open the file as an archive

Loading…
Cancel
Save