It seems to be working for me
>>> obj={txt:"abc"}
Object { txt="abc"}
>>> obj.txt
"abc"Are you using Firebug 1.5? Honza On Jan 22, 11:51 am, Yukulélé <[email protected]> wrote: > console.log have a bug on object displaying, object's artibuts are > display as undefined. > Exemple : > > >>> obj={txt:"abc"} > { txt=undefined } > >>> obj.txt > > "abc" -- 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.
