mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Selectmenu: remove unnecessary comments from _create
This commit is contained in:
parent
b014bc6245
commit
080b5bca0a
3
ui/jquery.ui.selectmenu.js
vendored
3
ui/jquery.ui.selectmenu.js
vendored
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user