1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

added settings pane

This commit is contained in:
Fred Chasen 2014-01-02 11:55:34 -08:00
parent df2d006ec2
commit 3bfadb2abc
4 changed files with 153 additions and 11 deletions

View file

@ -24,10 +24,10 @@
EPUBJS.VERSION = "0.1.6";
EPUBJS.filePath = "js/libs/";
EPUBJS.cssPath = "css/";
EPUBJS.cssPath = "../demo/css/";
// fileStorage.filePath = EPUBJS.filePath;
window.Reader = ePubReader("../demo/moby-dick/", { reload: true });
ePubReader("../demo/moby-dick/");
}
};