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

added queue to render events and displays

This commit is contained in:
Fred Chasen 2013-08-26 21:46:59 -07:00
parent 2d19ae683c
commit 5af9e6cd4c
11 changed files with 246 additions and 76 deletions

View file

@ -37,7 +37,7 @@
<!-- Hooks -->
<!-- <script src="../hooks/default/transculsions.js"></script> -->
<!-- <script src="../hooks/default/endnotes.js"></script> -->
<!-- <script src="../hooks/default/smartimages.js"></script> -->
<script src="../hooks/default/smartimages.js"></script>
<script>
@ -104,7 +104,7 @@
"use strict";
var Book = ePub("../demo/moby-dick.epub", {restore: true, reload: true });
Book.goto('chapter_008.xhtml');
</script>
</head>
<body>