38 lines
601 B
JavaScript
38 lines
601 B
JavaScript
/**
|
|
* @class jQuery
|
|
* @source <http://api.jquery.com/>
|
|
*/
|
|
|
|
/**
|
|
* @method ajax
|
|
* @source <http://api.jquery.com/jQuery.ajax/>
|
|
* @return {jqXHR}
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery.Event
|
|
* @source <http://api.jquery.com/Types/#Event>
|
|
*/
|
|
|
|
/**
|
|
* @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/>
|
|
*/
|