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

Filter causes duplicate items in collection in Safari #1

Closed
20TRIES opened this issue Jun 26, 2016 · 0 comments
Closed

Filter causes duplicate items in collection in Safari #1

20TRIES opened this issue Jun 26, 2016 · 0 comments

Comments

@20TRIES
Copy link
Owner

20TRIES commented Jun 26, 2016

Use of a for-in loop within the filter method is causing each item in the filter result to be duplicated.

Think this is really and issue with safari and for-in loops but its easy enough to replace with a standard for loop or an each method.

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