Add an fuse.dom.Element#destroy method
Reported by John-David Dalton | June 9th, 2010 @ 01:56 PM
Add a destroy method that removes fuse.dom.data
,
event handlers, and the memory leak associated with removeChild().
You have to insert the element into fuse._div
and then
perform fuse._div.innerHTML = ''
.
Comments and changes to this ticket
-
John-David Dalton September 12th, 2010 @ 01:09 AM
- State changed from new to resolved
- Assigned user set to John-David Dalton
- Milestone order changed from 0 to 0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.