fix: 修复获取类方法错误
This commit is contained in:
parent
db96c11a5e
commit
21edb73ed7
@ -10,7 +10,7 @@ var ext = {};
|
||||
* @returns {*}
|
||||
*/
|
||||
ext.getStatic = function (name) {
|
||||
return base.class(name).static;
|
||||
return base.getClass(name).static;
|
||||
};
|
||||
/**
|
||||
* 获得随机数
|
||||
|
Loading…
Reference in New Issue
Block a user