MDL-75962 js: Fix jsdoc violations
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user