Placeholder for destroy method in menu

This commit is contained in:
jzaefferer 2010-04-30 10:21:40 +02:00
parent f0d1262d47
commit c7edd586d4

View File

@ -33,6 +33,11 @@ $.widget("ui.menu", {
this.refresh();
},
destroy: function() {
// TODO implement destroy
$.Widget.prototype.apply(this, arguments);
},
refresh: function() {
var self = this;