Does Meteor takes care of destroying jQueryUI objects?

Hello there!

I’m working with droppable, resizable and draggable. in any given moment a user might delete a “div” everything works as expected. however I’m not sure if meteor takes care of deleting or destroying all events that were created through jQueryUI.

if Meteor doesn’t take care of that I could call the destroy function on Template.myTemplate.onDestroyed() but I don’t want to do extra work if it’s not necessary

thanks in advance for your help!