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:
parent
f436179284
commit
a0ebd9ffec
1
media/js/jquery.dataTables.js
vendored
1
media/js/jquery.dataTables.js
vendored
@ -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++ )
|
||||
|
@ -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++ )
|
||||
|
Loading…
Reference in New Issue
Block a user