diff --git a/media/src/core/core.support.js b/media/src/core/core.support.js index 3b390615..dd5ad4c9 100644 --- a/media/src/core/core.support.js +++ b/media/src/core/core.support.js @@ -1,5 +1,4 @@ - /** * Return the settings object for a particular table * @param {node} nTable table we are using as a dataTable @@ -53,7 +52,7 @@ function _fnGetTdNodes ( oSettings, iIndividualRow ) { var anReturn = []; var iCorrector; - var anTds; + var anTds, nTd; var iRow, iRows=oSettings.aoData.length, iColumn, iColumns, oData, sNodeName, iStart=0, iEnd=iRows; @@ -71,13 +70,15 @@ function _fnGetTdNodes ( oSettings, iIndividualRow ) { /* get the TD child nodes - taking into account text etc nodes */ anTds = []; - for ( iColumn=0, iColumns=oData.nTr.childNodes.length ; iColumn