change file sorting

This commit is contained in:
Spencer Florence 2015-09-04 16:14:50 -05:00
parent 63a429d5ae
commit afe8ad666c

View File

@ -63,5 +63,5 @@ window.onload = function() {
createSorter('covered-expressions', 'up', floatCompareAsc, floatCompareDesc);
createSorter('uncovered-expressions', 'up', floatCompareAsc, floatCompareDesc);
createSorter('total-expressions', 'up', floatCompareAsc, floatCompareDesc);
sortTable('file-name', stringCompareAsc);
sortTable('coverage-percentage', stringCompareAsc);
};