1
0
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:
Allan Jardine 2010-10-23 17:38:44 +01:00
parent 12c81b8e65
commit 77ce64fae3

View File

@ -1158,13 +1158,6 @@
*/ */
this.nTableWrapper = null; this.nTableWrapper = null;
/*
* Variable: iDefaultSortIndex
* Purpose: Sorting index which will be used by default
* Scope: jQuery.dataTable.classSettings
*/
this.iDefaultSortIndex = 0;
/* /*
* Variable: bInitialised * Variable: bInitialised
* Purpose: Indicate if all required information has been read in * Purpose: Indicate if all required information has been read in