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
I think this should work
destroyView : function () { this.$el.remove(); }