85b1f92116923d94b389a3c6044cf9fc93257b9b
[lhc/web/wiklou.git] / maintenance / jsduck / external.js
1 /**
2 * Source: <https://api.jquery.com/>
3 * @class jQuery
4 */
5
6 /**
7 * Source: <https://api.jquery.com/jQuery.ajax/>
8 * @method ajax
9 * @static
10 * @return {jqXHR}
11 */
12
13 /**
14 * Source: <https://api.jquery.com/Types/#Event>
15 * @class jQuery.Event
16 */
17
18 /**
19 * Source: <https://api.jquery.com/jQuery.Callbacks/>
20 * @class jQuery.Callbacks
21 */
22
23 /**
24 * Source: <https://api.jquery.com/Types/#Promise>
25 * @class jQuery.Promise
26 */
27
28 /**
29 * Source: <https://api.jquery.com/jQuery.Deferred/>
30 * @class jQuery.Deferred
31 * @mixins jQuery.Promise
32 */
33
34 /**
35 * Source: <https://api.jquery.com/Types/#jqXHR>
36 * @class jQuery.jqXHR
37 * @alternateClassName jqXHR
38 */
39
40 /**
41 * Source: <https://api.qunitjs.com/>
42 * @class QUnit
43 */