mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: remove unnecessary comments from _drawButton
This commit is contained in:
parent
71e744ad30
commit
e581a13c10
1
ui/jquery.ui.selectmenu.js
vendored
1
ui/jquery.ui.selectmenu.js
vendored
@ -62,7 +62,6 @@ $.widget( "ui.selectmenu", {
|
||||
|
||||
// fix existing label
|
||||
this.label = $( "label[for='" + this.ids.id + "']" ).attr( "for", this.ids.button );
|
||||
// catch click event of the label
|
||||
this._on( this.label, {
|
||||
"click": function( event ) {
|
||||
this.button.focus();
|
||||
|
Loading…
Reference in New Issue
Block a user