Fix: maestro html ES6 -> ES5

This commit is contained in:
2018-09-15 13:51:48 +09:00
parent 53e3dbb3bc
commit 753325d84a
9 changed files with 585 additions and 613 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
let addPlayerListManager;
let searchPlayerListManager;
var addPlayerListManager;
var searchPlayerListManager;
let mouseAppList;
let typingAppList;
var mouseAppList;
var typingAppList;
let accountValidator = new AccountValidator();
var accountValidator = new AccountValidator();