mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Fixed view.bounds to not return NaN
This commit is contained in:
parent
d733d41519
commit
19eeab40e3
5 changed files with 62 additions and 32 deletions
|
@ -34,7 +34,7 @@ EPUBJS.Continuous.prototype.attachListeners = function(){
|
|||
this.infinite = new EPUBJS.Infinite(this.container);
|
||||
this.infinite.on("scroll", this.check.bind(this));
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
EPUBJS.Continuous.prototype.display = function(what){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue