Skip to content

Commit 706d882

Browse files
author
Steven G. Harms
committed
menubar: spacing
1 parent b74695a commit 706d882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.menubar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $.widget( "ui.menubar", {
8686
}
8787
}
8888
});
89-
this.items.each( function() {
89+
this.items.each(function() {
9090
var mouseBehaviorCallback, keyboardBehaviorCallback,
9191
input = $( this ),
9292
// TODO menu var is only used on two places, doesn't quite justify the .each

0 commit comments

Comments
 (0)