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

Replace for..in with for statement #4

Merged
merged 1 commit into from
Sep 9, 2018

Conversation

petronellius
Copy link
Contributor

I had a problem with for..in statement. After upgrading aurelia framework to newest version, our app stops working with console error. It looks like Aurelia adds custom property to array prototype (au_patched: 1). You iterate array of formattables with for..in statement which causes iterates also through aurelia custom property and app fails.

@dmester dmester merged commit 62a0c92 into dmester:master Sep 9, 2018
@dmester
Copy link
Owner

dmester commented Sep 9, 2018

Thanks for your pull request! I have now published a new release (v 1.14) containing the fix.

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

Successfully merging this pull request may close these issues.

2 participants