1
0
Fork 0
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:
Fred Chasen 2015-05-11 16:16:24 -04:00
parent d733d41519
commit 19eeab40e3
5 changed files with 62 additions and 32 deletions

View file

@ -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){