On one of my pages, I noticed that my content was being cleared
instead of being updated. For example:

$('thisInfo').update(obj.content);

Normally, that would work except "content" wasn't defined in "obj".
So, the content of 'thisInfo' was getting cleared. My question is,
when an undefined object is passed to update(), does it really clear
the content or is there another problem behind the scenes that I
haven't found yet?

I tried wrapping it in a try/catch and nothing is thrown.

--~--~---------~--~----~------------~-------~--~----~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to