yabble
yabble copied to clipboard
Firefox 6 warning about eval(code, scopeObject)
It's just a warning so no biggie, but apparently FF has deprecated the second parameter to 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.
There is no good solution, only maybe workarounds, because of https://bugzilla.mozilla.org/show_bug.cgi?id=635548
I'm having the same problem