On Thu, Jun 5, 2014 at 2:06 AM, Andreas Rossberg <[email protected]> wrote:
> On 4 June 2014 23:46, John Lenz <[email protected]> wrote: > > I don't personally want to write sloppy mode code, but there are places > you > > need it (using eval to introduce new symbols into global scope). > > You don't necessarily need sloppy mode for that. In strict mode, you > can still express it as assignment to the global object. > This excellent solution would be much more widely adopted if the global object had a standard identifier, like say "global". jjb
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

