diff --git a/ui/jquery.ui.sortable.js b/ui/jquery.ui.sortable.js index 54adacebc..5bcc1ba5c 100644 --- a/ui/jquery.ui.sortable.js +++ b/ui/jquery.ui.sortable.js @@ -65,6 +65,7 @@ $.widget("ui.sortable", $.ui.mouse, { }, destroy: function() { + $.Widget.prototype.destroy.call( this ); this.element .removeClass("ui-sortable ui-sortable-disabled"); this._mouseDestroy();