mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
iNextId can go the same way as _iId since that is all it was needed for
This commit is contained in:
parent
eb6bde7e08
commit
b6e60beef5
7
media/js/jquery.dataTables.js
vendored
7
media/js/jquery.dataTables.js
vendored
@ -8657,13 +8657,6 @@
|
||||
*/
|
||||
aoFooter: [],
|
||||
|
||||
/*
|
||||
* Variable: iNextId
|
||||
* Purpose: Store the next unique id to be used for a new row
|
||||
* Scope: jQuery.dataTable.classSettings
|
||||
*/
|
||||
iNextId: 0,
|
||||
|
||||
/*
|
||||
* Variable: asDataSearch
|
||||
* Purpose: Search data array for regular expression searching
|
||||
|
@ -140,13 +140,6 @@ DataTable.models.oSettings = {
|
||||
*/
|
||||
aoFooter: [],
|
||||
|
||||
/*
|
||||
* Variable: iNextId
|
||||
* Purpose: Store the next unique id to be used for a new row
|
||||
* Scope: jQuery.dataTable.classSettings
|
||||
*/
|
||||
iNextId: 0,
|
||||
|
||||
/*
|
||||
* Variable: asDataSearch
|
||||
* Purpose: Search data array for regular expression searching
|
||||
|
Loading…
x
Reference in New Issue
Block a user