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

cleaned up polymer

This commit is contained in:
Fred Chasen 2013-07-23 17:26:24 -07:00
parent f027c1fb16
commit 533f2bba5c
4 changed files with 2 additions and 182 deletions

View file

@ -103,7 +103,7 @@
<script>
"use strict";
var Book = ePub("../demo/moby-dick/", {restore: true});
var Book = ePub("../demo/moby-dick.epub", {restore: true});
</script>
</head>