Home
last modified time | relevance | path

Searched refs:mSource (Results 1 – 1 of 1) sorted by relevance

/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js6721 function _fnGetObjectDataFn( mSource ) argument
6723 if ( mSource === null )
6733 return mSource( data );
6736 else if ( typeof mSource == 'string' && mSource.indexOf('.') != -1 )
6742 var a = mSource.split('.');
6770 return data[mSource];
6784 if ( mSource === null )
6792 return mSource( data, val );
6795 else if ( typeof mSource == 'string' && mSource.indexOf('.') != -1 )
6800 var a = mSource.split('.');
[all …]