Fix: restructing session manager, ES6 -> ES5
This commit is contained in:
@@ -100,11 +100,11 @@ SessionStorageManager.prototype.getIsNewBestRecord = function() {
|
||||
}
|
||||
|
||||
SessionStorageManager.prototype.resetPlayingAppData = function() {
|
||||
this.removeItem(playingAppID);
|
||||
this.removeItem(playingAppName);
|
||||
this.removeItem(playingAppKoreanName);
|
||||
this.removeItem(record);
|
||||
this.removeItem(bestRecord);
|
||||
this.removeItem("playingAppID");
|
||||
this.removeItem("playingAppName");
|
||||
this.removeItem("playingAppKoreanName");
|
||||
this.removeItem("record");
|
||||
this.removeItem("bestRecord");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user