Selectmenu: improve comment in _drawMenu

This commit is contained in:
Felix Nagel 2012-11-29 20:20:43 +01:00
parent 1e6808a1a2
commit ac7b8f925a

View File

@ -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" );
} }