diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index dc66c8566..e7ed22f5b 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -37,10 +37,7 @@ $.widget( "ui.selectmenu", { }, _create: function() { - // make / set unique id var selectmenuId = this.element.uniqueId().attr( "id" ); - - // array of button and menu id's this.ids = { id: selectmenuId, button: selectmenuId + "-button", menu: selectmenuId + "-menu" }; this._drawButton();