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

added fileStore

This commit is contained in:
Fred Chasen 2013-03-28 15:56:19 -07:00
parent 5d7a15eabd
commit 2d81246827
25 changed files with 29 additions and 1399 deletions

View file

@ -41,8 +41,7 @@ FP.Book = function(elem, bookPath){
//-- Determine storage method
//-- Override options: none | ram | websqldatabase | indexeddb | filesystem
//FP.storageOverride = "none"
FP.storage.determineStorageMethod(FP.storageOverride);
FP.storage = new fileStorage.storage(FP.storageOverride);
// BookUrl is optional, but if present start loading process
if(bookPath) {