Skip to content
New issue

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 6 warning about eval(code, scopeObject) #9

Open
danieldickison opened this issue Sep 2, 2011 · 2 comments
Open

Firefox 6 warning about eval(code, scopeObject) #9

danieldickison opened this issue Sep 2, 2011 · 2 comments

Comments

@danieldickison
Copy link

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.

@wizzard0
Copy link

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

@meyer9
Copy link

meyer9 commented Nov 5, 2012

I'm having the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants