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