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