MDL-54939 amd: fix lint issues

Mostly correcting jsdoc, some other line wrapping rules and empty
functions.
This commit is contained in:
Dan Poltawski
2016-06-16 19:24:34 +01:00
parent 0d06a20038
commit c96f55e6f9
57 changed files with 327 additions and 267 deletions

View File

@@ -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.