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

Cannot read property 'validation' of undefined #7

Open
dongmai opened this issue Dec 19, 2018 · 0 comments
Open

Cannot read property 'validation' of undefined #7

dongmai opened this issue Dec 19, 2018 · 0 comments

Comments

@dongmai
Copy link

dongmai commented Dec 19, 2018

for(var field in this._appliedValidations)

Hi, I got the error Cannot read property 'validation' of undefined at the line above.
This is caused by I've added a new function to Array via Array.prototype.my_function so when looping through this._appliedValidations there is one case that field = 'my_function' so it crash there.

Please take a look.
Thanks.

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

1 participant