summaryrefslogtreecommitdiff
path: root/maintenance/jsduck/external.js
blob: 8ab102f4c3b3b694468e8667caacd95b557bdfd2 (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
/**
 * @class jQuery
 */

/**
 * @method ajax
 * @return {jqXHR}
 */

/**
 * @class jQuery.Event
 */

/**
 * @class jQuery.Promise
 */

/**
 * @class jQuery.Deferred
 * @mixins jQuery.Promise
 */

/**
 * @class jQuery.jqXHR
 * @alternateClassName jqXHR
 */