名将擂台:修复多处bug
This commit is contained in:
@@ -7,6 +7,9 @@ const KEY_NAME_MATCH_REGEX = /^[a-zA-Z#][a-zA-Z0-9_]+$/;
|
||||
|
||||
let util: any = {};
|
||||
util.version = '1.2.2';
|
||||
util.log = function(message: string) {
|
||||
console.log(message);
|
||||
}
|
||||
util.each = function (obj, iterator, context) {
|
||||
if (obj === null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user