mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Selectmenu: improve comment in _drawMenu
This commit is contained in:
parent
1e6808a1a2
commit
ac7b8f925a
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@ -160,7 +160,7 @@ $.widget( "ui.selectmenu", {
|
|||||||
})
|
})
|
||||||
.data( "ui-menu" );
|
.data( "ui-menu" );
|
||||||
|
|
||||||
// change menu styles?
|
// dropdown style needs border on bottom only
|
||||||
if ( this.options.dropdown ) {
|
if ( this.options.dropdown ) {
|
||||||
this.menu.addClass( "ui-corner-bottom" ).removeClass( "ui-corner-all" );
|
this.menu.addClass( "ui-corner-bottom" ).removeClass( "ui-corner-all" );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user