summaryrefslogtreecommitdiff
path: root/maintenance/jsduck/external.js
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/jsduck/external.js')
-rw-r--r--maintenance/jsduck/external.js44
1 files changed, 44 insertions, 0 deletions
diff --git a/maintenance/jsduck/external.js b/maintenance/jsduck/external.js
new file mode 100644
index 00000000..4bb83694
--- /dev/null
+++ b/maintenance/jsduck/external.js
@@ -0,0 +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/>
+ */