mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Update media/src/core/core.draw.js
Remove unused variable
This commit is contained in:
parent
6b605936f7
commit
bd7d70c6b3
@ -438,7 +438,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