Selectmenu: remove unnecessary comments from _create

This commit is contained in:
Felix Nagel 2012-11-29 19:53:12 +01:00
parent b014bc6245
commit 080b5bca0a

View File

@ -37,10 +37,7 @@ $.widget( "ui.selectmenu", {
}, },
_create: function() { _create: function() {
// make / set unique id
var selectmenuId = this.element.uniqueId().attr( "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.ids = { id: selectmenuId, button: selectmenuId + "-button", menu: selectmenuId + "-menu" };
this._drawButton(); this._drawButton();