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

Merge pull request #116 from timtucker/patch-28

Dev: Remove unused variable in _fnDraw
This commit is contained in:
Allan Jardine 2012-10-07 04:15:17 -07:00
commit 7bcd2955ff

View File

@ -435,7 +435,7 @@ function _fnDraw( oSettings )
var
nAddFrag = document.createDocumentFragment(),
nRemoveFrag = document.createDocumentFragment(),
nBodyPar, nTrs;
nBodyPar;
if ( oSettings.nTBody )
{