Permalink
Browse files
Placeholder for destroy method in menu
- Loading branch information
Showing
with
5 additions
and
0 deletions.
-
+5
−0
ui/jquery.ui.menu.js
|
|
@@ -33,6 +33,11 @@ $.widget("ui.menu", { |
|
|
this.refresh(); |
|
|
}, |
|
|
|
|
|
destroy: function() { |
|
|
// TODO implement destroy |
|
|
$.Widget.prototype.apply(this, arguments); |
|
|
}, |
|
|
|
|
|
refresh: function() { |
|
|
var self = this; |
|
|
|
|
|
|