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

Avoid for...in to iterate through array #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulnotley
Copy link

Using for...in to iterate through the CSL.FORMAT_KEY_SEQUENCE array breaks things if the Array.prototype has been modified to have additional methods / attrs
Also removed unnecessary "if (true) { ..." conditional

The for...in loop was causing mysterious crashes when using citeproc in conjunction with the Isomorphic SmartClient js framework

Using for...in to iterate through the CSL.FORMAT_KEY_SEQUENCE array breaks things if the Array.prototype has been modified to have additional methods / attrs
Also removed unnecessary "if (true) { ..." conditional
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.

1 participant