mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: use _hoverable and _focusable for button events
This commit is contained in:
parent
29effb38eb
commit
96102f7692
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@ -51,6 +51,8 @@ $.widget( "ui.selectmenu", {
|
||||
|
||||
this._drawButton();
|
||||
this._bind( this.button, this._buttonEvents );
|
||||
this._hoverable( this.button );
|
||||
this._focusable( this.button );
|
||||
|
||||
this._drawMenu();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user