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

Remove unused variables from fnUpdate

This commit is contained in:
Sahab Yazdani 2012-03-06 12:51:56 -05:00
parent f5ff5884bc
commit 1ef5243cab

View File

@ -1164,7 +1164,7 @@ this.fnSortListener = function( nNode, iColumn, fnCallback )
this.fnUpdate = function( mData, mRow, iColumn, bRedraw, bAction )
{
var oSettings = _fnSettingsFromNode( this[DataTable.ext.iApiIndex] );
var iVisibleColumn, i, iLen, sDisplay;
var i, iLen, sDisplay;
var iRow = (typeof mRow === 'object') ?
_fnNodeToDataIndex(oSettings, mRow) : mRow;