mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-75962 js: Fix jsdoc violations
This commit is contained in:
parent
e4c5a12a1c
commit
18a4241fee
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
/**
|
||||
|
File diff suppressed because one or more lines are too long
@ -292,7 +292,7 @@ define([
|
||||
* Get the chart data, add labels and rebuild the tooltip.
|
||||
*
|
||||
* @param {Object[]} tooltipItem The tooltip item object.
|
||||
* @returns {*[]}
|
||||
* @returns {Array}
|
||||
* @protected
|
||||
*/
|
||||
Output.prototype._makeTooltip = function(tooltipItem) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user