nice stack, Firebug
Monday, 19. May 2008, 22:42:14
Sometimes it even goes too far... :

the web is a hack
Monday, 19. May 2008, 22:42:14

Script formatter user JSEmployees anonymous are recruitment stars![]()
anonymous
Anonymous writes: Yahoo Mail is not working with Opera 10. They ...
You've certainly earned my respect for that, Danny. Thank you f ...
anonymous
Danny Mavromatis writes: Update: The cache has updated and I j ...
Wow, all of these comments for a tiny little thing like that? N ...
I don't even work for the ESPN group directly anymore, however, ...
anonymous
BAG writes: This is insane. Why not use a regular expression: ...
kyleabaker # 19. May 2008, 23:47
d4n3 # 22. May 2008, 19:06
it's probably using some simple regex string matching to find out the name of the function, something like:
.*function\s+(.*)\(
d4n3 # 22. May 2008, 19:30
You could use this to name anonymous inline functions in your code on the fly, something like this:
// function addToWaitList()
jQuery.readyList.push ( function () {return f...
So this function would (presumably) show up in the stack trace as addToWaitList instead of (no name)