This will be a breaking change as `this` should refer to the plugin and not the element: ``` $(window).resize(function() { this.destroy(); }); ```