diff --git a/modules/model/mw.echo.dm.PaginationModel.js b/modules/model/mw.echo.dm.PaginationModel.js index 63172dbb4..322185361 100644 --- a/modules/model/mw.echo.dm.PaginationModel.js +++ b/modules/model/mw.echo.dm.PaginationModel.js @@ -96,7 +96,7 @@ /** * Set the current page index * - * @private + * @internal * @param {number} index Current page index */ mw.echo.dm.PaginationModel.prototype.setCurrPageIndex = function ( index ) { diff --git a/modules/model/mw.echo.dm.SeenTimeModel.js b/modules/model/mw.echo.dm.SeenTimeModel.js index d6e943558..3f8d3afce 100644 --- a/modules/model/mw.echo.dm.SeenTimeModel.js +++ b/modules/model/mw.echo.dm.SeenTimeModel.js @@ -48,7 +48,7 @@ /** * Set the seen time value for the source * - * @private + * @internal * @param {string} time Seen time, as a full UTC ISO 8601 timestamp. * @fires mw.echo.dm.SeenTimeModel#update */ @@ -69,7 +69,7 @@ /** * Get the types associated with this model * - * @private + * @internal * @return {string[]} Types for this model; an array of 'alert', 'message' or both. */ mw.echo.dm.SeenTimeModel.prototype.getTypes = function () {