mirror of
https://github.com/moodle/moodle.git
synced 2025-07-18 21:01:27 +02:00
MDL-54939 amd: fix lint issues
Mostly correcting jsdoc, some other line wrapping rules and empty functions.
This commit is contained in:
@@ -99,7 +99,7 @@ define(['jquery', 'core/config'], function($, config) {
|
||||
* Make a series of ajax requests and return all the responses.
|
||||
*
|
||||
* @method call
|
||||
* @param {Object[]} Array of requests with each containing methodname and args properties.
|
||||
* @param {Object[]} requests Array of requests with each containing methodname and args properties.
|
||||
* done and fail callbacks can be set for each element in the array, or the
|
||||
* can be attached to the promises returned by this function.
|
||||
* @param {Boolean} async Optional, defaults to true.
|
||||
|
Reference in New Issue
Block a user