Update lib/client/keyBinding.js

This commit is contained in:
coderaiser 2012-07-30 10:23:33 +03:00
parent 9dc2c31889
commit a9d5041756

View file

@ -36,7 +36,7 @@ CloudCommander.keyBinding=(function(){
lCurrentFile.className = '';
getById(lId).getByTagName('li')[2]
getById(lId).getElementsByTagName('li')[2]
.className = lCURRENT_FILE;
}catch(error){console.log(error);}