diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 7bac9118..9fb156d8 100755 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -3118,6 +3118,10 @@ this.drag_api.destroy(); } + if (this.resize_api) { + this.resize_api.destroy(); + } + this.remove_style_tags(); remove && this.$el.remove();