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:
parent
468390c337
commit
62e5221184
4
media/js/jquery.dataTables.js
vendored
4
media/js/jquery.dataTables.js
vendored
@ -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 );
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user