Skip to content

Commit e870363

Browse files
committed
Menubar: Fix whitespace
1 parent 9f53e0a commit e870363

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ui/jquery.ui.menubar.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ $.widget( "ui.menubar", {
133133
input.addClass( "ui-state-default" ).append( "<span class='ui-button-icon-secondary ui-icon ui-icon-triangle-1-s'></span>" );
134134
input.removeClass( "ui-button-text-only" ).addClass( "ui-button-text-icon-secondary" );
135135
}
136-
} else {
137-
input.bind( "click.menubar mouseenter.menubar", function( event ) {
138-
if ( ( that.open && event.type === "mouseenter" ) || event.type === "click" ) {
139-
that._close();
140-
}
141-
});
142-
}
136+
} else {
137+
input.bind( "click.menubar mouseenter.menubar", function( event ) {
138+
if ( ( that.open && event.type === "mouseenter" ) || event.type === "click" ) {
139+
that._close();
140+
}
141+
});
142+
}
143143

144144
input
145145
.addClass( "ui-button ui-widget ui-button-text-only ui-menubar-link" )

0 commit comments

Comments
 (0)