yabble icon indicating copy to clipboard operation
yabble copied to clipboard

Firefox 6 warning about eval(code, scopeObject)

Open danieldickison opened this issue 13 years ago • 2 comments

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.

danieldickison avatar Sep 02 '11 21:09 danieldickison

There is no good solution, only maybe workarounds, because of https://bugzilla.mozilla.org/show_bug.cgi?id=635548

wizzard0 avatar Jan 22 '12 05:01 wizzard0

I'm having the same problem

meyer9 avatar Nov 05 '12 18:11 meyer9