Fix: remove useless self variable
This commit is contained in:
@@ -25,11 +25,8 @@ class Start {
|
||||
// contents
|
||||
this.printHowToPlay(appInfoManager.getHowToPlayText(sessionStorageManager.playingAppName));
|
||||
this.makeStartButton();
|
||||
|
||||
this.printChartBaseLine();
|
||||
|
||||
let self = this;
|
||||
this.dbConnectManager.requestTempPlayerHistory( historyRecordManager => {
|
||||
this.dbConnectManager.requestPlayerHistory( historyRecordManager => {
|
||||
let underValue = historyRecordManager.underValueForGraph();
|
||||
let upperValue = historyRecordManager.upperValueForGraph();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user