mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Placeholder for destroy method in menu
This commit is contained in:
parent
f0d1262d47
commit
c7edd586d4
5
ui/jquery.ui.menu.js
vendored
5
ui/jquery.ui.menu.js
vendored
@ -33,6 +33,11 @@ $.widget("ui.menu", {
|
||||
this.refresh();
|
||||
},
|
||||
|
||||
destroy: function() {
|
||||
// TODO implement destroy
|
||||
$.Widget.prototype.apply(this, arguments);
|
||||
},
|
||||
|
||||
refresh: function() {
|
||||
var self = this;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user