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:
commit
7bcd2955ff
@ -435,7 +435,7 @@ function _fnDraw( oSettings )
|
||||
var
|
||||
nAddFrag = document.createDocumentFragment(),
|
||||
nRemoveFrag = document.createDocumentFragment(),
|
||||
nBodyPar, nTrs;
|
||||
nBodyPar;
|
||||
|
||||
if ( oSettings.nTBody )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user