Skip to content

Commit a57c435

Browse files
committed
Whitespace
1 parent 5e35a0c commit a57c435

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
@@ -40,7 +40,7 @@ $.widget( "ui.menu", {
4040
})
4141
// need to catch all clicks on disabled menu
4242
// not possible through _bind
43-
.bind("click.menu", function( event ) {
43+
.bind( "click.menu", function( event ) {
4444
if ( self.options.disabled ) {
4545
event.preventDefault();
4646
}

0 commit comments

Comments
 (0)