1
0
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:
Allan Jardine 2011-11-26 14:13:50 +00:00
parent eb6bde7e08
commit b6e60beef5
2 changed files with 0 additions and 14 deletions

View File

@ -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

View File

@ -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