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

Fix: Docs: oSearch should be a namespace

This commit is contained in:
Allan Jardine 2012-02-01 10:25:26 +00:00
parent 7e18f3b484
commit 1af3ebaf48
3 changed files with 2 additions and 4 deletions

View File

@ -9152,7 +9152,7 @@
* (default) it will be treated as a straight string. When "bSmart"
* DataTables will use it's smart filtering methods (to word match at
* any point in the data), when false this will not be done.
* @type object
* @namespace
* @extends DataTable.models.oSearch
* @dtopt Options
*
@ -10962,7 +10962,6 @@
/**
* Extension object for DataTables that is used to provide all extension options.
* See {@link DataTable.models.ext} for full information about the extension object.
*
* Note that the <i>DataTable.ext</i> object is available through
* <i>jQuery.fn.dataTable.ext</i> where it may be accessed and manipulated. It is

View File

@ -123,7 +123,6 @@
/**
* Extension object for DataTables that is used to provide all extension options.
* See {@link DataTable.models.ext} for full information about the extension object.
*
* Note that the <i>DataTable.ext</i> object is available through
* <i>jQuery.fn.dataTable.ext</i> where it may be accessed and manipulated. It is

View File

@ -1685,7 +1685,7 @@ DataTable.defaults = {
* (default) it will be treated as a straight string. When "bSmart"
* DataTables will use it's smart filtering methods (to word match at
* any point in the data), when false this will not be done.
* @type object
* @namespace
* @extends DataTable.models.oSearch
* @dtopt Options
*