Login Register

Firebug and dojo 1.1.0

I'm crossposting this:
http://groups.google.com/group/firebug/browse_frm/thread/605d4f79e9704a7...

Maybe a dojo expert could explain what is changed from 1.0.2 to 1.1.0 which causes this behaviour.
Thanks.

With the 1.1 release, we added the ability...

...to run different versions of Dojo side-by-side; this is accomplished through the addition of a variable called dojo._scopeArgs. Most of the time this is unnecessary, and it's pretty likely that what you're seeing is a side-effect from this:

http://dojotoolkit.org/book/book-dojo/part-3-javascript-programming-dojo...

Because the new versions of Firebug are in beta, I'd suggest that you simply ignore this particular line; but we should probably get in touch with the Firebug team and see if we can't figure out what the issue is (i.e. what are we doing or what are they doing to have this show in the console.)

Further investigation

Thanks ttrenka for the information.
After further investigation the issues seems specific to the built version of dojo 1.1.0.
I've posted a message with more details in the Firebug group, I suggest to continue the discussion there.