From fedba5fad8a0189585fd3ff3a86c5fbf5402512e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 25 Dec 2013 08:31:10 +0000 Subject: [PATCH] feature(menu) getConfig: rm callback --- lib/client/menu.js | 7 ------- 1 file changed, 7 deletions(-) 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 :{