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

Client throwing error due to insufficient arguments check #83

Open
derwaldgeist opened this issue Nov 29, 2015 · 0 comments
Open

Client throwing error due to insufficient arguments check #83

derwaldgeist opened this issue Nov 29, 2015 · 0 comments

Comments

@derwaldgeist
Copy link

I had a 3rd party library throw an error, which I could traceroute back to the event listener hooks of zone.js in meteorhacks:zones.

This line is failing:
https://github.com/meteorhacks/zones/blob/master/assets/zone.js#L947

The reason is that arguments[1] is null, which is not checked. So I get the error message that property _bound cannot be found in undefined.

Here's a screenshot of the failure situation:

screenshot

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