1
0
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:
Tim Tucker 2012-10-02 08:57:42 -03:00
parent 6b605936f7
commit bd7d70c6b3

View File

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