Fix: IE10 bug - let, const -> var

This commit is contained in:
2018-11-20 13:31:38 +09:00
parent 370fba238d
commit f2669ed5ca
38 changed files with 107 additions and 107 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ var Loading = {
create: function() {
// console.log('Loading');
let userID = sessionStorage.getItem("UserID");
var userID = sessionStorage.getItem("UserID");
console.log("userID : " + userID);
this.game.stage.backgroundColor = '#4d4d4d';