I\'m currently trying to implement a destroy/remove method for views but I can\'t get a generic solution to work for all my views.
I was hoping there would be an eve
This is what I've been using. Haven't seen any issues.
destroy: function(){ this.remove(); this.unbind(); }