Update lib/client/menu.js

This commit is contained in:
coderaiser 2012-08-14 15:24:08 +03:00
parent ab58081b6f
commit 34551e3209

View file

@ -16,7 +16,7 @@ CloudCommander.Menu.dir = './lib/client/menu/';
CloudCommander.Menu.getConfig = (function(){
return{
// define which elements trigger this menu
selector: '.' + CloudCommander.CURRENT_FILE,
selector: 'li',
// define the elements of the menu
items: {
foo: {name: "Foo", callback: function(key, opt){ alert("Foo!"); }},