aboutsummaryrefslogtreecommitdiffstats
path: root/demos/menu
diff options
context:
space:
mode:
Diffstat (limited to 'demos/menu')
-rw-r--r--demos/menu/contextmenu.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/menu/contextmenu.html b/demos/menu/contextmenu.html
index 1fa4daaeb..7869d4364 100644
--- a/demos/menu/contextmenu.html
+++ b/demos/menu/contextmenu.html
@@ -23,8 +23,7 @@
select: function(event, ui) {
$(this).hide();
$("#log").append("<div>Selected " + ui.item.text() + "</div>");
- },
- input: $(this)
+ }
}).hide();
}).click(function(event) {
var menu = $(this).next();