Skip to content

Commit 36e6c44

Browse files
committed
Selectmenu: small follow up
1 parent bef7f1b commit 36e6c44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ $.widget( "ui.selectmenu", {
141141
}
142142
if ( !that.isOpen ) {
143143
that._select( item, event );
144-
}
145-
}
146-
that.focus = item.index;
144+
}
145+
that.focus = item.index;
146+
}
147147
}
148148
})
149149
// change ARIA role

0 commit comments

Comments
 (0)