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:
parent
4670be6f4d
commit
6785addc75
5 changed files with 13 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue