mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
12eff85cf7
Only used in external.js to render a simple link. These methods don't have a regular description and as such the link renders effectively the same way in the same place without `@source`. Change-Id: I83cd524b6b53e67c5c2d18258c804ebd49a29b74
49 lines
879 B
JavaScript
49 lines
879 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/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://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Api>
|
|
* @class mw.Api
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Message
|
|
* @class mw.Message
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Title>
|
|
* @class mw.Title
|
|
*/
|