Update lib/client/menu.js

This commit is contained in:
coderaiser 2012-08-14 16:02:09 +03:00
parent 8c93bed55f
commit 7211b5ab2c

View file

@ -65,7 +65,7 @@ CloudCommander.Menu.show = (function(pParent){
pParent.set();
var lTag = event.target.nodeName;
if(lTag === 'SPAN' || lTag === 'A'
if(lTag === 'SPAN' || lTag === 'A')
$('li').contextMenu();
}
});