Skip to content

Commit 80d2c11

Browse files
committed
Selectmenu: lint fix
1 parent 67e7f18 commit 80d2c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ $.widget( "ui.selectmenu", {
201201
// Shouldn't the underlying menu always have accurate state?
202202
this.menu.find( ".ui-state-focus" ).removeClass( "ui-state-focus" );
203203
this.menuInstance.focus( null, this._getSelectedItem() );
204-
this.menuItems.eq( this.element[ 0 ].selectedIndex ).addClass( "ui-state-active" );
204+
this.menuItems.eq( this.element[ 0 ].selectedIndex ).addClass( "ui-state-active" );
205205
}
206206

207207
this.isOpen = true;

0 commit comments

Comments
 (0)