Skip to content

Commit 988b803

Browse files
committed
Sortable: Fixed destroy method to call parent destroy method. Fixes #8094 - .sortable() after destroy does not work.
1 parent 2866894 commit 988b803

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/jquery.ui.sortable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ $.widget("ui.sortable", $.ui.mouse, {
6565
},
6666

6767
destroy: function() {
68+
$.Widget.prototype.destroy.call( this );
6869
this.element
6970
.removeClass("ui-sortable ui-sortable-disabled");
7071
this._mouseDestroy();

0 commit comments

Comments
 (0)