Fix: syntax error with ,

This commit is contained in:
2019-06-09 00:42:29 +09:00
parent 36506f1ef6
commit ff2ad76bd5
+1 -1
View File
@@ -299,7 +299,7 @@ var Ranking = {
this.time, this.time,
(function(type, rankingRecordManager) { (function(type, rankingRecordManager) {
this.showRanking(rankingRecordManager); this.showRanking(rankingRecordManager);
}).bind(this), }).bind(this)
); );
}, },