mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Fix docblock
This commit is contained in:
@@ -28,7 +28,7 @@ export default class DiscussionPage extends Page {
|
|||||||
/**
|
/**
|
||||||
* The number of the first post that is currently visible in the viewport.
|
* The number of the first post that is currently visible in the viewport.
|
||||||
*
|
*
|
||||||
* @type {Integer}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.near = m.route.param('near') || 0;
|
this.near = m.route.param('near') || 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user