summaryrefslogtreecommitdiff
path: root/www/wiki/maintenance/jsduck/external.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/maintenance/jsduck/external.js')
-rw-r--r--www/wiki/maintenance/jsduck/external.js43
1 files changed, 43 insertions, 0 deletions
diff --git a/www/wiki/maintenance/jsduck/external.js b/www/wiki/maintenance/jsduck/external.js
new file mode 100644
index 00000000..85b1f921
--- /dev/null
+++ b/www/wiki/maintenance/jsduck/external.js
@@ -0,0 +1,43 @@
+/**
+ * Source: <https://api.jquery.com/>
+ * @class jQuery
+ */
+
+/**
+ * Source: <https://api.jquery.com/jQuery.ajax/>
+ * @method ajax
+ * @static
+ * @return {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
+ * @alternateClassName jqXHR
+ */
+
+/**
+ * Source: <https://api.qunitjs.com/>
+ * @class QUnit
+ */