1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Fix docblock

This commit is contained in:
Franz Liedke
2020-07-31 12:06:33 +02:00
parent 1a2f9527fd
commit aae6f24356

View File

@@ -28,7 +28,7 @@ export default class DiscussionPage extends Page {
/**
* The number of the first post that is currently visible in the viewport.
*
* @type {Integer}
* @type {number}
*/
this.near = m.route.param('near') || 0;