mikexstudios / karuko

a powerful web calculator
http://karuko.heroku.com
Other
1 stars 0 forks source link

Garbage collect removed objects? #22

Open mikexstudios opened 14 years ago

mikexstudios commented 14 years ago

When Cells/InsertCells are removed, they are only removed from the DOM and the objects still exist. I think they aren't automatically garbage collected, so look into how to destroy them.

mikexstudios commented 14 years ago

See http://stackoverflow.com/questions/867441/deallocating-memory-used-by-javascript-objects and http://stackoverflow.com/questions/742623/deleting-objects-in-javascript