1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-30 12:24:10 +01:00

Dev update: Remove dead code

This commit is contained in:
Allan Jardine 2011-04-27 21:50:45 +01:00
parent f3bd978b8f
commit ee3a7a6b89

View File

@ -2646,7 +2646,7 @@
/* Create the object for storing information about this new row */
var iRow = oSettings.aoData.length;
var oData = {
"nTr": null,//xxx document.createElement('tr'),
"nTr": null,
"_iId": oSettings.iNextId++,
"_aData": aDataIn,
"_anHidden": [],