In the older versions you used to be able to run expressions like:
var foo = document.getElementsByTagName('div');
and if you typed in foo you'd get the array containing all the divs.
Now you can get away with typing complete gibberish into the console
without a peep.
Is there any way to get the old behavior back?
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.