mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
Move all archive-related files into a subdirectory called archive
This commit is contained in:
parent
17404501e5
commit
19af90a27f
5 changed files with 7 additions and 7 deletions
|
@ -203,7 +203,7 @@ bitjs.archive.Unarchiver = function(arrayBuffer, opt_pathToBitJS) {
|
|||
* @type {string}
|
||||
* @private
|
||||
*/
|
||||
this.pathToBitJS_ = opt_pathToBitJS || '';
|
||||
this.pathToBitJS_ = opt_pathToBitJS || '/';
|
||||
|
||||
/**
|
||||
* A map from event type to an array of listeners.
|
|
@ -8,8 +8,8 @@
|
|||
*/
|
||||
|
||||
// This file expects to be invoked as a Worker (see onmessage below).
|
||||
importScripts('io/bitstream.js');
|
||||
importScripts('io/bytebuffer.js');
|
||||
importScripts('../io/bitstream.js');
|
||||
importScripts('../io/bytebuffer.js');
|
||||
importScripts('archive.js');
|
||||
importScripts('rarvm.js');
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
// This file expects to be invoked as a Worker (see onmessage below).
|
||||
importScripts('io/bytestream.js');
|
||||
importScripts('../io/bytestream.js');
|
||||
importScripts('archive.js');
|
||||
|
||||
// Progress variables.
|
|
@ -13,9 +13,9 @@
|
|||
*/
|
||||
|
||||
// This file expects to be invoked as a Worker (see onmessage below).
|
||||
importScripts('io/bitstream.js');
|
||||
importScripts('io/bytebuffer.js');
|
||||
importScripts('io/bytestream.js');
|
||||
importScripts('../io/bitstream.js');
|
||||
importScripts('../io/bytebuffer.js');
|
||||
importScripts('../io/bytestream.js');
|
||||
importScripts('archive.js');
|
||||
|
||||
// Progress variables.
|
Loading…
Add table
Add a link
Reference in a new issue