Home
last modified time | relevance | path

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

/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js2213 function _fnReduce ( that, fn, init, start, end, inc ) function
7304 return _fnReduce( this, fn, init, 0, this.length, 1 );
7310 return _fnReduce( this, fn, init, this.length-1, -1, -1 );