1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Dev: Trivial fix to use local variable for aoColumns

This commit is contained in:
Allan Jardine 2014-01-14 15:49:41 +00:00
parent d60ddf211c
commit ef974cb255
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
cb61595d78d0d87c1ab15bfdb1b3200de6549fa5
eb637a2ebcb8021a1c68a7e2450cd05d6f91d47e

View File

@ -7772,7 +7772,7 @@
if ( s === '' ) {
// All columns
return _range( settings.aoColumns.length );
return _range( columns.length );
}
else if ( selInt !== null ) {
// Integer selector