Changes between Version 1 and Version 2 of Ticket #10667, comment 3
- Timestamp:
- Jul 30, 2015, 6:52:06 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10667, comment 3
v1 v2 1 1 Same problem here. 2 2 3 I use Backbone for my SPA, when the view which contains the draggable element is closed, the DOM tree should be deleted. But, I can see a leak and my view appears as a detached DOM tree with some references in the JS code (jQuery UI).3 I use Backbone for my SPA, when the view which contains the draggable element is closed, the DOM tree should be deleted. However, I can see a leak and my view appears as a detached DOM tree with some references in the JS code (jQuery UI). 4 4 5 5 Quick and dirty solution: