1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 01:16:52 +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. * 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;