1
0
Fork 0
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:
codedread 2014-05-22 00:57:12 -07:00
parent d70c44727b
commit a2298d361b

View file

@ -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();
};