forked from wikimedia/oojs-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsduck.external.js
62 lines (52 loc) · 1.01 KB
/
jsduck.external.js
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/**
* @class jQuery
* <http://api.jquery.com/>
*/
/**
* @class jQuery.Event
* <http://api.jquery.com/Types/#Event>
*/
/**
* @class jQuery.Promise
* <http://api.jquery.com/Types/#Promise>
*/
/**
* @class jQuery.Deferred
* @mixins jQuery.Promise
* <http://api.jquery.com/jQuery.Deferred/>
*/
/**
* @class jQuery.jqXHR
* @alternateClassName jqXHR
* <http://api.jquery.com/Types/#jqXHR>
*/
/**
* Source: <https://doc.wikimedia.org/oojs/master/OO.html>
*
* @class OO
*/
/**
* Source: <https://doc.wikimedia.org/oojs/master/OO.EventEmitter.html>
*
* @class OO.EventEmitter
*/
/**
* Source: <https://doc.wikimedia.org/oojs/master/OO.EmitterList.html>
*
* @class OO.EmitterList
*/
/**
* Source: <https://doc.wikimedia.org/oojs/master/OO.Factory.html>
*
* @class OO.Factory
*/
/**
* Source: <https://doc.wikimedia.org/oojs/master/OO.Registry.html>
*
* @class OO.Registry
*/
/**
* Source: <https://doc.wikimedia.org/oojs/master/OO.SortedEmitterList.html>
*
* @class OO.SortedEmitterList
*/