MDL-75962 js: Fix jsdoc violations

This commit is contained in:
Andrew Nicols
2022-10-12 10:07:45 +08:00
parent 3af0824487
commit 24953e5d46
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -62,9 +62,9 @@ function(
LOADING_ICON: 'core/loading'
};
/** @type {number} The total items will be shown on the first load. */
/** @property {number} The total items will be shown on the first load. */
const DEFAULT_LAZY_LOADING_ITEMS_FIRST_LOAD = 5;
/** @type {number} The total items will be shown when click on the Show more activities button. */
/** @property {number} The total items will be shown when click on the Show more activities button. */
const DEFAULT_LAZY_LOADING_ITEMS_OTHER_LOAD = 10;
/**