mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
e0d7f0ac69
Change-Id: Ibde8eba9d464d1deb1a7a100fcf79f7ebe347621
39 lines
602 B
JavaScript
39 lines
602 B
JavaScript
/**
|
|
* @class jQuery
|
|
* @source <http://api.jquery.com/>
|
|
*/
|
|
|
|
/**
|
|
* @method ajax
|
|
* @source <http://api.jquery.com/jQuery.ajax/>
|
|
* @return {jqXHR}
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery.Event
|
|
* @source <http://api.jquery.com/Types/#Event>
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery.Promise
|
|
* @source <http://api.jquery.com/Types/#Promise>
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery.Deferred
|
|
* @mixins jQuery.Promise
|
|
* @source <http://api.jquery.com/jQuery.Deferred/>
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery.jqXHR
|
|
* @source <http://api.jquery.com/Types/#jqXHR>
|
|
* @alternateClassName jqXHR
|
|
*/
|
|
|
|
|
|
/**
|
|
* @class QUnit
|
|
* @source <http://api.qunitjs.com/>
|
|
*/
|