Skip to content

Commit 819d3c3

Browse files
committed
Update dependencies
1 parent f7c179a commit 819d3c3

File tree

3 files changed

+9181
-6260
lines changed

3 files changed

+9181
-6260
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1>Examples</h1>
8888
<li><a href="swipe.html">Swipe</a><p>
8989
This example includes a function in the script to link "swipe" events on touchscreens, particularly mobile devices, to navigate forward and back. Note that swipes do not work in Chrome Desktop even if you turn on device emulation in the "inspect" toolbar. </p></li>
9090
<li><a href="input.html">Open from File</a><p>
91-
Allows you to select an epub file from your local computer that gets rendered in the browser. As of 5/14/2019 only the cover renders.</p></li>
91+
Allows you to select an epub file from your local computer that gets rendered in the browser.</p></li>
9292
<li><a href="renderless.html">Renderless</a><p>
9393
The name for this example is misleading since the book certainly does render. What's unique in this example is that the book's table of contents is read in and a list of sections in developed, then each section is rendered as it is called for by a section.render() call, but there's no master book.renderTo() call. Functionlly this seems exactly the same as 1) and 3).</p></li>
9494
<li><a href="hooks.html">Hooks</a><p>

0 commit comments

Comments
 (0)