Fix: remove => operator, change it with (function()).bind()
This commit is contained in:
@@ -297,9 +297,9 @@ var Ranking = {
|
||||
sessionStorageManager.getMaestroID(),
|
||||
this.date,
|
||||
this.time,
|
||||
(type, rankingRecordManager) => {
|
||||
(function(type, rankingRecordManager) {
|
||||
this.showRanking(rankingRecordManager);
|
||||
}
|
||||
}).bind(this),
|
||||
);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user