mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Whitespace
This commit is contained in:
parent
5e35a0c55b
commit
a57c435257
2
ui/jquery.ui.menu.js
vendored
2
ui/jquery.ui.menu.js
vendored
@ -40,7 +40,7 @@ $.widget( "ui.menu", {
|
||||
})
|
||||
// need to catch all clicks on disabled menu
|
||||
// not possible through _bind
|
||||
.bind("click.menu", function( event ) {
|
||||
.bind( "click.menu", function( event ) {
|
||||
if ( self.options.disabled ) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user