mirror of
https://github.com/codedread/bitjs
synced 2025-10-04 10:09:16 +02:00
Rename binary.js to io.js
This commit is contained in:
parent
b2d58e9f49
commit
f4322ae65a
5 changed files with 5 additions and 4 deletions
2
unzip.js
2
unzip.js
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
// This file expects to be invoked as a Worker (see onmessage below).
|
||||
importScripts('binary.js');
|
||||
importScripts('io.js');
|
||||
importScripts('archive.js');
|
||||
|
||||
// Progress variables.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue