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
#45 if (isObject(args)) { lib.extend(this, args); } else if (args) { this.data = args; }
如果我的args是0或者其他非值,他不会被写到data中,这里有点不严谨
The text was updated successfully, but these errors were encountered:
修复一处构造函数的BUG
209381b
Fix #15
@acelan86 看下是否OK
Sorry, something went wrong.
good
No branches or pull requests
如果我的args是0或者其他非值,他不会被写到data中,这里有点不严谨
The text was updated successfully, but these errors were encountered: