Selectmenu: remove unnecessary comments from _drawButton

This commit is contained in:
Felix Nagel 2012-11-29 20:06:00 +01:00
parent 71e744ad30
commit e581a13c10

View File

@ -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();