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