Sorry for the vague thread title, but I wasn't sure what else to name
it.
My question;
if I have the following code:
var fn=1;
nothing shows up in the console (which is what I would expect).
However, running the following code:
var fn = {};
fn.foo = 1;
produces "1" in the console.
I was just wondering if that was supposed to happen? It seems kind of
odd to me. Why show the value being assigned to the objects property
in the console?
--
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.