Skip to content
New issue

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

new Event方法的一个bug #15

Closed
acelan86 opened this issue Jul 7, 2015 · 2 comments
Closed

new Event方法的一个bug #15

acelan86 opened this issue Jul 7, 2015 · 2 comments

Comments

@acelan86
Copy link

acelan86 commented Jul 7, 2015

#45
            if (isObject(args)) {
                lib.extend(this, args);
            }
            else if (args) {
                this.data = args;
            }

如果我的args是0或者其他非值,他不会被写到data中,这里有点不严谨

@otakustay
Copy link
Member

@acelan86 看下是否OK

@acelan86
Copy link
Author

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants