mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-02 14:24:11 +01:00
Update: Remove unused settings class variable iDefaultSortIndex (the was long ago replaced with aaSorting
This commit is contained in:
parent
12c81b8e65
commit
77ce64fae3
7
media/js/jquery.dataTables.js
vendored
7
media/js/jquery.dataTables.js
vendored
@ -1158,13 +1158,6 @@
|
||||
*/
|
||||
this.nTableWrapper = null;
|
||||
|
||||
/*
|
||||
* Variable: iDefaultSortIndex
|
||||
* Purpose: Sorting index which will be used by default
|
||||
* Scope: jQuery.dataTable.classSettings
|
||||
*/
|
||||
this.iDefaultSortIndex = 0;
|
||||
|
||||
/*
|
||||
* Variable: bInitialised
|
||||
* Purpose: Indicate if all required information has been read in
|
||||
|
Loading…
Reference in New Issue
Block a user