diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2013-12-08 09:55:49 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2013-12-08 09:55:49 +0100 |
commit | 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e (patch) | |
tree | af68743f2f4a47d13f2b0eb05f5c4aaf86d8ea37 /maintenance/jsduck/external.js | |
parent | af4da56f1ad4d3ef7b06557bae365da2ea27a897 (diff) |
Update to MediaWiki 1.22.0
Diffstat (limited to 'maintenance/jsduck/external.js')
-rw-r--r-- | maintenance/jsduck/external.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/maintenance/jsduck/external.js b/maintenance/jsduck/external.js index 8ab102f4..4bb83694 100644 --- a/maintenance/jsduck/external.js +++ b/maintenance/jsduck/external.js @@ -1,26 +1,44 @@ /** * @class jQuery + * @source <http://api.jquery.com/> */ /** * @method ajax + * @static + * @source <http://api.jquery.com/jQuery.ajax/> * @return {jqXHR} */ /** * @class jQuery.Event + * @source <http://api.jquery.com/Types/#Event> + */ + +/** + * @class jQuery.Callbacks + * @source <http://api.jquery.com/jQuery.Callbacks/> */ /** * @class jQuery.Promise + * @source <http://api.jquery.com/Types/#Promise> */ /** * @class jQuery.Deferred * @mixins jQuery.Promise + * @source <http://api.jquery.com/jQuery.Deferred/> */ /** * @class jQuery.jqXHR + * @source <http://api.jquery.com/Types/#jqXHR> * @alternateClassName jqXHR */ + + +/** + * @class QUnit + * @source <http://api.qunitjs.com/> + */ |