mirror of
https://github.com/codedread/bitjs
synced 2025-10-04 18:19:15 +02:00
Apply beaufort.francois patch to correct typo
This commit is contained in:
parent
d70c44727b
commit
a2298d361b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
console.log("progress: " + e.msg);
|
||||
})
|
||||
ua.addEventListener(bitjs.archive.UnarchiveEvent.Type.EXTRACT, function(e) {
|
||||
console.log("extract: " + e.unarchiveFile.filename);
|
||||
console.log("extract: " + e.unarchivedFile.filename);
|
||||
})
|
||||
ua.start();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue