mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
parent
1ac16abd2c
commit
31c34fa453
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
||||||
Math.floor((this.windowSize() - 1) / 2));
|
Math.floor((this.windowSize() - 1) / 2));
|
||||||
};
|
};
|
||||||
this.nextPages = function() {
|
this.nextPages = function() {
|
||||||
return _.first(_.range(this.pageNumber() + 1, this.maxPage()),
|
return _.first(_.range(this.pageNumber() + 1, 1 + this.maxPage()),
|
||||||
this.windowSize() - 1 - this.prevPages().length);
|
this.windowSize() - 1 - this.prevPages().length);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue