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
The current version uses let. Unfortunately let is not available on WebKit so this issue is about replacing all occurrences of let with var.
let
var
This makes me a little sad but I think there is no other way around this.
The text was updated successfully, but these errors were encountered:
255595c
Merge pull request #2 from mozilla/st3fan/LetToVar
b67d8c1
Fixes #1 Replace occurrences of let with var
No branches or pull requests
The current version uses
let
. Unfortunatelylet
is not available on WebKit so this issue is about replacing all occurrences oflet
withvar
.This makes me a little sad but I think there is no other way around this.
The text was updated successfully, but these errors were encountered: