2013-01-15 20:15:17 +00:00
|
|
|
/**
|
|
|
|
* @class jQuery
|
2013-01-23 00:15:37 +00:00
|
|
|
* @source <http://api.jquery.com/>
|
2013-01-15 20:15:17 +00:00
|
|
|
*/
|
|
|
|
|
2013-03-20 07:09:43 +00:00
|
|
|
/**
|
|
|
|
* @method ajax
|
2013-03-20 19:27:57 +00:00
|
|
|
* @source <http://api.jquery.com/jQuery.ajax/>
|
2013-03-20 07:09:43 +00:00
|
|
|
* @return {jqXHR}
|
|
|
|
*/
|
|
|
|
|
2013-01-15 20:15:17 +00:00
|
|
|
/**
|
|
|
|
* @class jQuery.Event
|
2013-03-20 19:27:57 +00:00
|
|
|
* @source <http://api.jquery.com/Types/#Event>
|
2013-01-15 20:15:17 +00:00
|
|
|
*/
|
|
|
|
|
2013-03-20 07:09:43 +00:00
|
|
|
/**
|
|
|
|
* @class jQuery.Promise
|
2013-03-20 19:27:57 +00:00
|
|
|
* @source <http://api.jquery.com/Types/#Promise>
|
2013-03-20 07:09:43 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @class jQuery.Deferred
|
|
|
|
* @mixins jQuery.Promise
|
2013-03-20 19:27:57 +00:00
|
|
|
* @source <http://api.jquery.com/jQuery.Deferred/>
|
2013-03-20 07:09:43 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @class jQuery.jqXHR
|
2013-03-20 19:27:57 +00:00
|
|
|
* @source <http://api.jquery.com/Types/#jqXHR>
|
2013-03-20 07:09:43 +00:00
|
|
|
* @alternateClassName jqXHR
|
|
|
|
*/
|
|
|
|
|
2013-01-15 20:15:17 +00:00
|
|
|
/**
|
|
|
|
* @class QUnit
|
2013-01-23 00:15:37 +00:00
|
|
|
* @source <http://api.qunitjs.com/>
|
2013-01-15 20:15:17 +00:00
|
|
|
*/
|
2013-09-18 01:40:00 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Provided by VisualEditorDataModule.php for the MediaWiki environment.
|
|
|
|
*
|
|
|
|
* @class ve.version
|
|
|
|
* @singleton
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @property {string|boolean} [id=false] Git commit hash (abbreviated to 7 characters)
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @property {string|boolean} [url=false] URL to git commit viewer for #id
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @property {number|boolean} [timestamp=false] Commit date (UNIX timestamp)
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @property {string} [dateString=""] Formatted date or empty string
|
|
|
|
*/
|