Skip to content

Commit c7edd58

Browse files
committed
Placeholder for destroy method in menu
1 parent f0d1262 commit c7edd58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/jquery.ui.menu.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ $.widget("ui.menu", {
3333
this.refresh();
3434
},
3535

36+
destroy: function() {
37+
// TODO implement destroy
38+
$.Widget.prototype.apply(this, arguments);
39+
},
40+
3641
refresh: function() {
3742
var self = this;
3843

0 commit comments

Comments
 (0)