Fix: get best recod -> get app highest record
This commit is contained in:
@@ -84,12 +84,12 @@ SessionStorageManager.prototype.getRecord = function() {
|
||||
}
|
||||
|
||||
// best record
|
||||
SessionStorageManager.prototype.setBestRecord = function(value) {
|
||||
sessionStorage.setItem("bestRecord", value);
|
||||
}
|
||||
SessionStorageManager.prototype.getBestRecord = function() {
|
||||
return Number(sessionStorage.getItem("bestRecord"));
|
||||
}
|
||||
// SessionStorageManager.prototype.setBestRecord = function(value) {
|
||||
// sessionStorage.setItem("bestRecord", value);
|
||||
// }
|
||||
// SessionStorageManager.prototype.getBestRecord = function() {
|
||||
// return Number(sessionStorage.getItem("bestRecord"));
|
||||
// }
|
||||
|
||||
// best record
|
||||
SessionStorageManager.prototype.setAppHighestRecord = function(value) {
|
||||
|
||||
Reference in New Issue
Block a user