1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

updated dev reader link

This commit is contained in:
Fred Chasen 2014-12-16 14:57:29 -05:00
parent 2281db7b7f
commit aaa5703565

View file

@ -25,7 +25,7 @@
EPUBJS.cssPath = "css/"; EPUBJS.cssPath = "css/";
// fileStorage.filePath = EPUBJS.filePath; // fileStorage.filePath = EPUBJS.filePath;
window.Reader = ePubReader("../books/israelsailing-20130127/", { reload: true, generatePagination: false }); window.Reader = ePubReader("moby-dick/", { reload: true, generatePagination: false });
} }
}; };