in src/lib/sortedList.js [203:206]
"number": function(a, b) { var c = a - b; return (c > 0) ? 1 : (c == 0) ? 0 : -1; },