Home
last modified time | relevance | path

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

/plugin/dokumicrobugtracker/js/
Djquery.dataTables.js6721 function _fnGetObjectDataFn( mSource ) argument
6723 if ( mSource === null )
6730 else if ( typeof mSource == 'function' )
6733 return mSource( data );
6736 else if ( typeof mSource == 'string' && mSource.indexOf('.') != -1 )
6742 var a = mSource.split('.');
6770 return data[mSource];
6782 function _fnSetObjectDataFn( mSource ) argument
6784 if ( mSource === null )
6789 else if ( typeof mSource == 'function' )
[all …]