Hi,

Is it possible to some get a variable I logged with console.log in a
variable so I can call functions on it to inspect it. For example:

function clickEventHandler(e) {
  console.log(e);
}

logs the event to the console, events have several functions. As far
as I know there's no way to inspect these functions and call them.

Ron

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to firebug@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to