diff --git a/lib/client/menu.js b/lib/client/menu.js index a7ff1a18..98b8978a 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -205,13 +205,6 @@ var CloudCmd, Util, DOM, CloudFunc, $; // define which elements trigger this menu selector: 'li', - callback: function(key, options) { - var m = "clicked: " + key; - Util.log(m, options); - - Key.setBind(); - }, - // define the elements of the menu items : getAllItems(lMenuItems), events :{