mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Default parameter value
This commit is contained in:
@@ -204,7 +204,7 @@ class PostStreamState {
|
|||||||
* @param {number} end
|
* @param {number} end
|
||||||
* @param {Boolean} backwards
|
* @param {Boolean} backwards
|
||||||
*/
|
*/
|
||||||
loadPage(start, end, backwards) {
|
loadPage(start, end, backwards = false) {
|
||||||
m.redraw();
|
m.redraw();
|
||||||
|
|
||||||
this.loadPageTimeouts[start] = setTimeout(
|
this.loadPageTimeouts[start] = setTimeout(
|
||||||
|
Reference in New Issue
Block a user