Selectmenu: lint fix

This commit is contained in:
Felix Nagel 2013-08-31 11:50:53 +02:00
parent cf6dbd8b6b
commit bdfe7196a2

View File

@ -179,8 +179,8 @@ $.widget( "ui.selectmenu", {
// Make sure menu is selected item aware
this.menu.menu( "focus", null, item );
this._setAria( item.data( "ui-selectmenu-item" ) );
this._setText( this.buttonText, item.text() );
this._setText( this.buttonText, item.text() );
// Set disabled state
this._setOption( "disabled", !!this.element.prop( "disabled" ) );