1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Dev: Fix type in last commit

This commit is contained in:
Allan Jardine 2013-10-11 14:22:00 +01:00
parent c3a2ad6f40
commit 3e0637f910
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3818add76a9bf921d51be2488f47e190677f4883
cdca3608012b70d3fffbdcf79d1bb1ce65cd046a

View File

@ -2615,7 +2615,7 @@
function _fnInitialise ( settings )
{
var i, iLen, iAjaxStart=settings.iInitDisplayStart;
var columns = settings.aoColumn, column;
var columns = settings.aoColumns, column;
var features = settings.oFeatures;
/* Ensure that the table data is fully initialised */