@Oliver Hunt > I have a vague recollection that *monkey treats <global object>.eval(..) as > a direct eval?
Firefox < 4 will execute `window.eval(….)` as in the global execution context but will still allow access to variables that are accessible from the execution context of where `window.eval` was called. You can see this in the jQuery bug I mentioned here: https://twitter.com/#!/jdalton/status/70778564617838592 - JDD _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

