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

updated bower, bug fixes

This commit is contained in:
Fred Chasen 2014-09-04 10:58:05 -04:00
parent e7839220f2
commit 1fdbf609f5
8 changed files with 69 additions and 32 deletions

View file

@ -137,4 +137,8 @@ EPUBJS.Paginate.prototype.next = function(){
EPUBJS.Paginate.prototype.prev = function(){
console.log("prev", this.formated.pageWidth)
this.renderer.infinite.scrollBy(-this.formated.pageWidth, 0);
};
EPUBJS.Paginate.prototype.display = function(what){
return this.renderer.display(what)
};