mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +01:00
Dev fix: JSHint error from last commit
This commit is contained in:
parent
3ce42db432
commit
f7e9a20324
@ -1 +1 @@
|
|||||||
d93e8e306c30875b8c3e94f291dc883befa2fa9f
|
13af055a5864473695ebf1e9b9a719a8c0f5a673
|
||||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -4312,7 +4312,7 @@
|
|||||||
// data is going to be used in the table?
|
// data is going to be used in the table?
|
||||||
_fnColumnTypes( oSettings );
|
_fnColumnTypes( oSettings );
|
||||||
|
|
||||||
aSort = _fnSortFlatten( oSettings )
|
aSort = _fnSortFlatten( oSettings );
|
||||||
|
|
||||||
for ( i=0, ien=aSort.length ; i<ien ; i++ ) {
|
for ( i=0, ien=aSort.length ; i<ien ; i++ ) {
|
||||||
sortCol = aSort[i];
|
sortCol = aSort[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user