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

upgraded rsvp.js, small bug fixes

This commit is contained in:
Fred Chasen 2013-09-29 23:29:53 -07:00
parent 8bc693b2ce
commit f525d86fb1
20 changed files with 2488 additions and 1370 deletions

View file

@ -49,13 +49,14 @@
<style type="text/css">
body {
overflow: hidden;
}
#main {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
#area {
@ -103,8 +104,8 @@
<script>
"use strict";
var Book = ePub("../demo/moby-dick.epub", {restore: true, reload: true });
var Book = ePub("../demo/moby-dick/", {restore: true, reload: false });
</script>
</head>
<body>