1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Dev fix: JSHint error from last commit

This commit is contained in:
Allan Jardine 2014-04-14 09:42:14 +01:00
parent 3ce42db432
commit f7e9a20324
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
d93e8e306c30875b8c3e94f291dc883befa2fa9f
13af055a5864473695ebf1e9b9a719a8c0f5a673

View File

@ -4312,7 +4312,7 @@
// data is going to be used in the table?
_fnColumnTypes( oSettings );
aSort = _fnSortFlatten( oSettings )
aSort = _fnSortFlatten( oSettings );
for ( i=0, ien=aSort.length ; i<ien ; i++ ) {
sortCol = aSort[i];