1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-18 16:54:14 +01:00

Fix: Docs: Typo

This commit is contained in:
Allan Jardine 2012-02-01 08:24:55 +00:00
parent 468390c337
commit 62e5221184
2 changed files with 4 additions and 4 deletions

View File

@ -6549,7 +6549,7 @@
* tables on a given page.
*
* Note that the <i>DataTable.settings</i> object is aliased to <i>jQuery.fn.dataTableExt</i>
* through which is may be accessed and manipulated, or <i>jQuery.fn.dataTable.settings</i>.
* through which it may be accessed and manipulated, or <i>jQuery.fn.dataTable.settings</i>.
* @member
* @type array
* @default []
@ -10960,7 +10960,7 @@
* See {@link DataTable.models.ext} for full information about the extension object.
*
* Note that the <i>DataTable.ext</i> object is aliased to <i>jQuery.fn.dataTableExt</i>
* through which is may be accessed and manipulated, or <i>jQuery.fn.dataTable.ext</i>.
* through which it may be accessed and manipulated, or <i>jQuery.fn.dataTable.ext</i>.
* @namespace
*/
DataTable.ext = $.extend( true, {}, DataTable.models.ext );

View File

@ -98,7 +98,7 @@
* tables on a given page.
*
* Note that the <i>DataTable.settings</i> object is aliased to <i>jQuery.fn.dataTableExt</i>
* through which is may be accessed and manipulated, or <i>jQuery.fn.dataTable.settings</i>.
* through which it may be accessed and manipulated, or <i>jQuery.fn.dataTable.settings</i>.
* @member
* @type array
* @default []
@ -126,7 +126,7 @@
* See {@link DataTable.models.ext} for full information about the extension object.
*
* Note that the <i>DataTable.ext</i> object is aliased to <i>jQuery.fn.dataTableExt</i>
* through which is may be accessed and manipulated, or <i>jQuery.fn.dataTable.ext</i>.
* through which it may be accessed and manipulated, or <i>jQuery.fn.dataTable.ext</i>.
* @namespace
*/
DataTable.ext = $.extend( true, {}, DataTable.models.ext );