Searched defs:numericSort (Results 1 - 1 of 1) sorted by relevance

/yui3/src/yui/js/
H A Dyui-array.js206 values. Provide `Array.numericSort` as a custom sort function when you want
211 [42, 23, 8, 16, 4, 15].sort(Y.Array.numericSort);
214 @method numericSort
220 YArray.numericSort = function (a, b) {

Completed in 9 milliseconds