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:
parent
e7839220f2
commit
1fdbf609f5
8 changed files with 69 additions and 32 deletions
|
@ -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)
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue