> Is Firefox just better at error handling than IE or something, then?

Hey,  FTR…  not  so  much  error handling as *raising*. Other browsers
don't  raise  the error. Handling would mean that execution is allowed
to  continue  after  this  syntax  error  (where  feasible)  without a
popup/status bar warning -- but it still wouldn't mean the object with
the  trailing  comma  is  "fixed up" into a useable variable. It still
wouldn't  exist  and  would  probably  end  up breaking something else
anyway.

-- S.

Reply via email to