wiki.techinc.nl/maintenance/jsduck/external.js
Ed Sanders a0b717fcb0 Documentation fixes for upcoming ESLint config change
Change-Id: I1ca2bf9d31b20317e8f8c5992ebccc4b0a05451a
2020-05-16 20:02:13 +00:00

87 lines
1.3 KiB
JavaScript

/**
* Source: <https://api.jquery.com/>
*
* @class jQuery
*/
/**
* Source: <https://api.jquery.com/jQuery.ajax/>
*
* @method ajax
* @static
* @return {jQuery.jqXHR}
*/
/**
* Source: <https://api.jquery.com/Types/#Event>
*
* @class jQuery.Event
*/
/**
* Source: <https://api.jquery.com/jQuery.Callbacks/>
*
* @class jQuery.Callbacks
*/
/**
* Source: <https://api.jquery.com/Types/#Promise>
*
* @class jQuery.Promise
*/
/**
* Source: <https://api.jquery.com/jQuery.Deferred/>
*
* @class jQuery.Deferred
* @mixins jQuery.Promise
*/
/**
* Source: <https://api.jquery.com/Types/#jqXHR>
*
* @class jQuery.jqXHR
* @mixins jQuery.Promise
*/
/**
* Source: <https://api.qunitjs.com/>
*
* @class QUnit
*/
/**
* 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
*/