Merge "Move slow deletion purges out of complex DB transactions"
[mediawiki.git] / maintenance / jsduck / external.js
blob7910ec8d6b2d7eec2b68a24def3d55a030edc9d6
1 /**
2  * @class jQuery
3  * @source <http://api.jquery.com/>
4  */
6 /**
7  * @method ajax
8  * @source <http://api.jquery.com/jQuery.ajax/>
9  * @return {jqXHR}
10  */
12 /**
13  * @class jQuery.Event
14  * @source <http://api.jquery.com/Types/#Event>
15  */
17 /**
18  * @class jQuery.Callbacks
19  * @source <http://api.jquery.com/jQuery.Callbacks/>
20  */
22 /**
23  * @class jQuery.Promise
24  * @source <http://api.jquery.com/Types/#Promise>
25  */
27 /**
28  * @class jQuery.Deferred
29  * @mixins jQuery.Promise
30  * @source <http://api.jquery.com/jQuery.Deferred/>
31  */
33 /**
34  * @class jQuery.jqXHR
35  * @source <http://api.jquery.com/Types/#jqXHR>
36  * @alternateClassName jqXHR
37  */
40 /**
41  * @class QUnit
42  * @source <http://api.qunitjs.com/>
43  */