If i setup an html link element to be observed, and then i
subsequently remove the html element without calling stopObserving(),
does that remove the observer? or does it create a leak of some sort?
Ex:
$('logo').observe('click', function (e) {
e.stop();
});
// remove the html element w/o stopObserving
$('logo').remove ();
--
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.