Converted some section profiling to scopedProfileIn
[mediawiki.git] / maintenance / jsduck / external.js
blob4bb83694877f690b5f0ca5020c115a10f122f907
1 /**
2 * @class jQuery
3 * @source <http://api.jquery.com/>
4 */
6 /**
7 * @method ajax
8 * @static
9 * @source <http://api.jquery.com/jQuery.ajax/>
10 * @return {jqXHR}
13 /**
14 * @class jQuery.Event
15 * @source <http://api.jquery.com/Types/#Event>
18 /**
19 * @class jQuery.Callbacks
20 * @source <http://api.jquery.com/jQuery.Callbacks/>
23 /**
24 * @class jQuery.Promise
25 * @source <http://api.jquery.com/Types/#Promise>
28 /**
29 * @class jQuery.Deferred
30 * @mixins jQuery.Promise
31 * @source <http://api.jquery.com/jQuery.Deferred/>
34 /**
35 * @class jQuery.jqXHR
36 * @source <http://api.jquery.com/Types/#jqXHR>
37 * @alternateClassName jqXHR
41 /**
42 * @class QUnit
43 * @source <http://api.qunitjs.com/>