1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

new namespaces, strict mode, toc updated, jump to links

This commit is contained in:
Fred Chasen 2013-01-25 16:29:52 -08:00
parent 78e1c05ab0
commit ce18f4ff15
13 changed files with 439 additions and 155 deletions

View file

@ -1,6 +1,6 @@
FP.storage = FP.storage || {};
FP.store = FP.store || {};
FP.storage.ram = function() {
FP.store.ram = function() {
var _store = {},
_blobs = {},
_queue = new FP.Queue(loader, 6);