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

fixed map when text isn't present

This commit is contained in:
Fred Chasen 2015-05-28 17:02:42 -04:00
parent 4670be6f4d
commit 6785addc75
5 changed files with 13 additions and 19 deletions

View file

@ -4,9 +4,6 @@ EPUBJS.Continuous = function(book, options) {
this.settings = EPUBJS.core.extend(this.settings || {}, {
infinite: true,
hidden: false,
width: false,
height: false,
overflow: "auto",
axis: "vertical",
offset: 500,