We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firefox older than 45 is throwing SyntaxError: class is a reserved identifier because of this code in UI's module:
SyntaxError: class is a reserved identifier
Error documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Reserved_identifier
The text was updated successfully, but these errors were encountered:
f8ad430
No branches or pull requests
Firefox older than 45 is throwing
![image](https://user-images.githubusercontent.com/588697/38518169-9a9be1c8-3c12-11e8-979f-ae03e0850abf.png)
SyntaxError: class is a reserved identifier
because of this code in UI's module:Error documentation:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Reserved_identifier
The text was updated successfully, but these errors were encountered: