Skip to content

Commit 319719a

Browse files
committed
Types: Add entry for QUnit's Assert type
Ref qunitjs/api.qunitjs.com#58
1 parent bdb9c93 commit 319719a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pages/Types.html

+2
Original file line numberDiff line numberDiff line change
@@ -639,3 +639,5 @@ <h2 id="Callbacks">Callbacks Object</h2>
639639
<p>A multi-purpose object that provides a powerful way to manage callback lists. It supports adding, removing, firing, and disabling callbacks. The Callbacks object is created and returned by the <code>$.Callbacks</code> function and subsequently returned by most of that function's methods. </p>
640640
<h2 id="XMLDocument">XML Document</h2>
641641
<p>A document object created by the browser's XML DOM parser, usually from a string representing XML. XML documents have different semantics than HTML documents, but most of the traversing and manipulation methods provided by jQuery will work with them.</p>
642+
<h2 id="Assert">Assert</h2>
643+
<p>A reference to or instance of the object holding all of QUnit's assertions. See the <a href="//api.qunitjs.com/QUnit.assert">API documentation for <code>QUnit.assert</code></a> for details.</p>

0 commit comments

Comments
 (0)