Update lib/client/keyBinding.js

This commit is contained in:
coderaiser 2012-08-08 13:55:25 +03:00
parent 35e6db8fe0
commit 4d7dbee4ca

View file

@ -34,9 +34,8 @@ CloudCommander.keyBinding=(function(){
lTabPanel[lId] = lCurrentFile;
lPanel = Util.getPanel({active:false});
lId = lPanel.id;
lId = (lId === 'right')? 'left':'right';
if(lTabPanel[lId])
lTabPanel[lId].className = lCURRENT_FILE;
else