Merge "Initial JSDuck implementation"
[lhc/web/wiklou.git] / maintenance / jsduck / external.js
1 /**
2 * @class jQuery
3 */
4
5 /**
6 * @method ajax
7 * @return {jqXHR}
8 */
9
10 /**
11 * @class jQuery.Event
12 */
13
14 /**
15 * @class jQuery.Promise
16 */
17
18 /**
19 * @class jQuery.Deferred
20 * @mixins jQuery.Promise
21 */
22
23 /**
24 * @class jQuery.jqXHR
25 * @alternateClassName jqXHR
26 */