mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
added dist version and dev.html for development
This commit is contained in:
parent
d19d0f068c
commit
684a9645ae
12 changed files with 63 additions and 525 deletions
|
@ -2,7 +2,7 @@ FP.store = FP.store || {};
|
|||
|
||||
FP.store.filesystem = function() {
|
||||
var _urls = {},
|
||||
_queue = new FP.Queue("fpjs/render/loader_filesystem.js", 6),
|
||||
_queue = new FP.Queue("fpjs/render/workers/loader_filesystem.js", 6),
|
||||
_requestFileSystem = window.requestFileSystem || window.webkitRequestFileSystem,
|
||||
_fs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue