Use HTTPS instead of HTTP where the HTTP link is a redirect to the HTTPS link. Also update some defect links. Change-Id: Ic3a5eac910d098ed5c2a21e9f47c9b6ee06b2643
43 lines
709 B
JavaScript
43 lines
709 B
JavaScript
/**
|
|
* Source: <https://api.jquery.com/>
|
|
* @class jQuery
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://api.jquery.com/jQuery.ajax/>
|
|
* @method ajax
|
|
* @static
|
|
* @return {jqXHR}
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://api.jquery.com/Types/#Event>
|
|
* @class jQuery.Event
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://api.jquery.com/jQuery.Callbacks/>
|
|
* @class jQuery.Callbacks
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://api.jquery.com/Types/#Promise>
|
|
* @class jQuery.Promise
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://api.jquery.com/jQuery.Deferred/>
|
|
* @class jQuery.Deferred
|
|
* @mixins jQuery.Promise
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://api.jquery.com/Types/#jqXHR>
|
|
* @class jQuery.jqXHR
|
|
* @alternateClassName jqXHR
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://api.qunitjs.com/>
|
|
* @class QUnit
|
|
*/
|