Fix: maestro html ES6 -> ES5
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user