Desp63
Results
1
comments of
Desp63
Also found this problem when was hunting down huge memory leaks. Here's my simplier fix: ``` onDestroy: function onDestroy() { _.invoke(this.initializedSubViews, 'destroy'); } ```