From 319719a7bc8e57f856cee3bcb492a1a8e36b79ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Fri, 10 Oct 2014 15:03:51 +0200 Subject: [PATCH] Types: Add entry for QUnit's Assert type Ref jquery/api.qunitjs.com#58 --- pages/Types.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Types.html b/pages/Types.html index e30e97e2..4e49174b 100644 --- a/pages/Types.html +++ b/pages/Types.html @@ -639,3 +639,5 @@

Callbacks Object

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 $.Callbacks function and subsequently returned by most of that function's methods.

XML Document

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.

+

Assert

+

A reference to or instance of the object holding all of QUnit's assertions. See the API documentation for QUnit.assert for details.