in reply to Re^4: MozRepl/Client.pm does not support firefox 7.0
in thread MozRepl/Client.pm does not support firefox 7.0
The (ugly) change is that eval "function() {}"; does not return an anonymous function in Javascript (on Firefox 7) anymore
How odd. I remember that being a bug once in firefox2/3
What if you use return function(){};?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: MozRepl/Client.pm does not support firefox 7.0
by Corion (Patriarch) on Sep 23, 2011 at 15:15 UTC |