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
It's just a warning so no biggie, but apparently FF has deprecated the second parameter to eval:
eval
[17:06:41.705] Support for eval(code, scopeObject) has been removed. Use |with (scopeObject) eval(code);| instead. @ http://testharness.fluencychallenge.com/js/node_modules/yabble/lib/yabble.js:565
I'm not sure what the solution is.
The text was updated successfully, but these errors were encountered:
There is no good solution, only maybe workarounds, because of https://bugzilla.mozilla.org/show_bug.cgi?id=635548
Sorry, something went wrong.
I'm having the same problem
No branches or pull requests
It's just a warning so no biggie, but apparently FF has deprecated the second parameter to
eval
:I'm not sure what the solution is.
The text was updated successfully, but these errors were encountered: