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

Dev: Remove the oSettings 'get' in _ - don't need it anymore with the call to fnGetData

This commit is contained in:
Allan Jardine 2012-01-31 08:33:42 +00:00
parent f436179284
commit a0ebd9ffec
2 changed files with 0 additions and 2 deletions

View File

@ -4913,7 +4913,6 @@
{
var aOut = [];
var i, iLen, iIndex;
var oSettings = _fnSettingsFromNode( this[DataTable.ext.iApiIndex] );
var aTrs = this.$( sSelector, oOpts );
for ( i=0, iLen=aTrs.length ; i<iLen ; i++ )

View File

@ -159,7 +159,6 @@ this._ = function ( sSelector, oOpts )
{
var aOut = [];
var i, iLen, iIndex;
var oSettings = _fnSettingsFromNode( this[DataTable.ext.iApiIndex] );
var aTrs = this.$( sSelector, oOpts );
for ( i=0, iLen=aTrs.length ; i<iLen ; i++ )