[jquery-dev] Re: QUnit to check for globals

2009-09-16 Thread Jörn Zaefferer
Some Firefox clients introduce "getInterface" and "JSON" variables. Need to figure out where those are coming from. Jörn On Wed, Sep 16, 2009 at 10:15 AM, Jörn Zaefferer wrote: > Okay, I'll try to workaround that. Was that the only issue (Opera IDs)? > > Jörn > > On Wed, Sep 16, 2009 at 12:16 A

[jquery-dev] Re: QUnit to check for globals

2009-09-16 Thread Jörn Zaefferer
Okay, I'll try to workaround that. Was that the only issue (Opera IDs)? Jörn On Wed, Sep 16, 2009 at 12:16 AM, John Resig wrote: > I had to revert the change - it was causing problems in the suite - > specifically Opera was failing across the board (anything with an id was > being added as glob

[jquery-dev] Re: QUnit to check for globals

2009-09-15 Thread John Resig
I had to revert the change - it was causing problems in the suite - specifically Opera was failing across the board (anything with an id was being added as global variable - which caused a conflict on nearly every test) - perhaps we could avoid this one? --John On Tue, Sep 15, 2009 at 4:45 PM, J