summaryrefslogtreecommitdiff
path: root/www/wiki/maintenance/jsduck/external.js
blob: 85b1f92116923d94b389a3c6044cf9fc93257b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/**
 * 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/jQuery.Callbacks/>
 * @class jQuery.Callbacks
 */

/**
 * 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://api.qunitjs.com/>
 * @class QUnit
 */