mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
ffe3363d09
Change-Id: I2ce14429f9440e69e36fa349847f58fb32862f2a
58 lines
910 B
JavaScript
58 lines
910 B
JavaScript
/**
|
|
* Source: <https://api.jquery.com/>
|
|
*
|
|
* @class jQuery
|
|
*/
|
|
|
|
/**
|
|
* Source: <https://api.jquery.com/jQuery.ajax/>
|
|
*
|
|
* @method ajax
|
|
* @static
|
|
* @return {jQuery.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
|
|
* @mixins jQuery.Promise
|
|
*/
|
|
|
|
/**
|
|
* 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
|
|
*/
|