> He gets this. His question is about why he does not receive an
> exception. I'm not sure, and now that I think about it, I may have had
> the same problem.
Oh my bad, I was reading this all wrong. That is weird indeed, I had
never noticed that before.
It looks like a browser issue, not a Prototype issue. Tried in Firefox
and my code silently failed, but exceptions were raised in Safari and
IE as expected.
If I switched from document.observe('dom:loaded', ...) to Event.observe
(window, 'load', ...) then the exception was raised as expected in
Firefox.
-justin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---