Add: lowest is prefered app - highest record, ranking sorting sequence
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function HistoryBoard(type) {
|
||||
if(type === RecordBoard.TYPE_SAMPLE) {
|
||||
function HistoryBoard(dataType) {
|
||||
if(dataType === RecordBoard.TYPE_SAMPLE) {
|
||||
this.printSample();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user