Fix: remove useless self variable

This commit is contained in:
2018-05-17 15:56:54 +09:00
parent 60a00056bb
commit 976e5563b7
4 changed files with 29 additions and 36 deletions
+1 -4
View File
@@ -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();