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

Added ePub() function, book.destroy, moved reader dev to demo folder

This commit is contained in:
Fred Chasen 2013-07-20 12:49:44 -07:00
parent 53955612ca
commit 660d570c02
28 changed files with 236 additions and 90 deletions

View file

@ -69,7 +69,7 @@
<script>
"use strict";
var Book = new EPUBJS.Book("../demo/moby-dick/");
var Book = ePub("../demo/moby-dick/");
</script>
</head>