Selectmenu: Updating to use instance method on bridge, see 4fce29e935

This commit is contained in:
Felix Nagel 2013-03-19 20:27:12 +01:00
parent ba0e8040f0
commit 26c528a4a3

View File

@ -144,7 +144,7 @@ $.widget( "ui.selectmenu", {
// set ARIA role // set ARIA role
role: "listbox" role: "listbox"
}) })
.data( "ui-menu" ); .menu( "instance" );
// adjust border radius // adjust border radius
this.menu.addClass( "ui-corner-bottom" ).removeClass( "ui-corner-all" ); this.menu.addClass( "ui-corner-bottom" ).removeClass( "ui-corner-all" );