Update lib/client/menu.js

This commit is contained in:
coderaiser 2012-08-14 16:02:09 +03:00
parent f473b8cb3f
commit 3d316e7225

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();
}
});