Whitespace

This commit is contained in:
Jörn Zaefferer 2011-07-28 15:56:57 +02:00
parent 5e35a0c55b
commit a57c435257

View File

@ -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();
}