aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.menu.js b/ui/jquery.ui.menu.js
index c2890502c..27e76d909 100644
--- a/ui/jquery.ui.menu.js
+++ b/ui/jquery.ui.menu.js
@@ -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();
}