Update lib/client/menu.js

This commit is contained in:
coderaiser 2012-08-14 14:14:29 +03:00
parent 671d600668
commit fdd60684cd

View file

@ -60,7 +60,7 @@ CloudCommander.Menu.set = (function(){
CloudCommander.Menu.seted = false;
CloudCommander.Menu.show = (function(pParent){
pParent.set();
this.set();
$(CloudCommander.CURRENT_FILE).contextMenu();
});