I've been looking for an issue related with this behavior and haven't been
successful.
function foo()
{
var someVar, someOtherVar, evenSomeOtherVar;
if(true)
{
someVar='';
someOtherVar=''; //after this line I expect to jump to the next closing
braces
}//expected jump
else
{
evenSomeOtherVar='';
evenSomeOtherVar=''; //but instead debugger highlights this line which
happens to be the line immediately before the next closing brace
}
};//expected jump
Event.observe(window, 'load', foo);
Has anyone else realized this is happening?
Is this due to some limitation?
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit
https://groups.google.com/d/msgid/firebug/536738c0-f95e-4b7f-a9d0-05b9f7decae2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.