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

Move to the right place (src, not the generated file)

This commit is contained in:
Nguyen Nguyen 2012-08-10 01:36:55 -05:00
parent f29bd9ffbf
commit 5ac94e2512
2 changed files with 2 additions and 2 deletions

View File

@ -5368,7 +5368,7 @@
var nBody = oSettings.nTBody;
var i, iLen;
bRemove = (bRemove===undefined) ? false : bRemove;
bRemove = (bRemove===undefined) ? false : true;
/* Flag to note that the table is currently being destroyed - no action should be taken */
oSettings.bDestroying = true;

View File

@ -474,7 +474,7 @@ this.fnDestroy = function ( bRemove )
var nBody = oSettings.nTBody;
var i, iLen;
bRemove = (bRemove===undefined) ? false : true;
bRemove = (bRemove===undefined) ? false : bRemove;
/* Flag to note that the table is currently being destroyed - no action should be taken */
oSettings.bDestroying = true;