We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
脚本文件 assets/Script/modelView/JsonOb.ts 的 OAM定义里面的 short 是不是应该是 sort呀? OAM定义如下 :
assets/Script/modelView/JsonOb.ts
OAM
short
sort
const OAM = ['push', 'pop', 'shift', 'unshift', 'short', 'reverse', 'splice'];
我没记错的话,数组里面有个 sort 方法,没有 short 方法。
The text was updated successfully, but these errors were encountered:
修正JsonOb 中覆盖写入的属性 sort 拼写错误 #8
b010a22
No branches or pull requests
脚本文件
assets/Script/modelView/JsonOb.ts
的OAM
定义里面的short
是不是应该是sort
呀? OAM定义如下 :我没记错的话,数组里面有个
sort
方法,没有short
方法。The text was updated successfully, but these errors were encountered: