Skip to content

Commit 1991a90

Browse files
committed
Menu: Remove extraneous spaces from selector.
1 parent 5085981 commit 1991a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ $.widget( "ui.menu", {
303303
// Don't refresh list items that are already adapted
304304
menus = submenus.add( this.element );
305305

306-
menus.children( ":not( .ui-menu-item ):has( a )" )
306+
menus.children( ":not(.ui-menu-item):has(a)" )
307307
.addClass( "ui-menu-item" )
308308
.attr( "role", "presentation" )
309309
.children( "a" )

0 commit comments

Comments
 (0)