On 16 mai, 10:01, Deva Satyam <
DevaSat...@gmail.com> wrote:
> YUI components usually have a destroy() method to make sure all
> resources taken by the component are freed. For example, event
> listeners do not dissappear when the element listened to is deleted,
> which usually leaves behind lots of trashed memory.
>
> I also added a suggestion in SourceForge so that Element includes a
> destroy() 'abstract' method:
>
..