mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-28 01:54:15 +01:00
Dev: Trivial code styling change
This commit is contained in:
parent
a0455fa858
commit
09a9976907
@ -291,11 +291,11 @@ function _fnGetRowData( oSettings, iRow, sSpecific, aiColumns )
|
||||
*/
|
||||
function _fnGetCellData( oSettings, iRow, iCol, sSpecific )
|
||||
{
|
||||
var sData;
|
||||
var oCol = oSettings.aoColumns[iCol];
|
||||
var oData = oSettings.aoData[iRow]._aData;
|
||||
var sData = oCol.fnGetData( oData, sSpecific );
|
||||
|
||||
if ( (sData=oCol.fnGetData( oData, sSpecific )) === undefined )
|
||||
if ( sData === undefined )
|
||||
{
|
||||
if ( oSettings.iDrawError != oSettings.iDraw && oCol.sDefaultContent === null )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user