feature(menu) getConfig: rm callback

This commit is contained in:
coderaiser 2013-12-25 08:31:10 +00:00
parent cc45c4b174
commit fedba5fad8

View file

@ -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 :{