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

Dev: Remove asDataSearch - its gone now

This commit is contained in:
Allan Jardine 2013-06-24 22:02:27 +01:00
parent cddcafc92d
commit 85a845aed2

View File

@ -81,7 +81,6 @@ _api.registerPlural( 'rows().remove()', 'row().remove()', function () {
// Remove the target row from the search array
var displayIndex = $.inArray( row, settings.aiDisplay );
settings.asDataSearch.splice( displayIndex, 1 );
// Delete from the display arrays
_fnDeleteIndex( settings.aiDisplayMaster, row );