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

JavaScript errors in Firefox due to const hoisting #1

Closed
1ec5 opened this issue Apr 7, 2015 · 0 comments · Fixed by #2
Closed

JavaScript errors in Firefox due to const hoisting #1

1ec5 opened this issue Apr 7, 2015 · 0 comments · Fixed by #2

Comments

@1ec5
Copy link
Contributor

1ec5 commented Apr 7, 2015

There are several instances of const hoisting, which Firefox 36+ considers a JavaScript error:

ReferenceError: can't access lexical declaration `PROPERTIES' before initialization
1ec5 added a commit to 1ec5/node-vcf that referenced this issue Apr 7, 2015
const hoisting is no longer allowed in some strict JavaScript environments.

Fixes jhermsmeier#1.
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 a pull request may close this issue.

1 participant