"": function()

in src/lib/sortedList.js [208:210]


  "string": function(a, b) {
    return (a > b) ? 1 : (a == b)  ? 0 : -1;
  }