mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(menu) getConfig: rm callback
This commit is contained in:
parent
cc45c4b174
commit
fedba5fad8
1 changed files with 0 additions and 7 deletions
|
|
@ -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 :{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue