fix(key) ";" -> ","

This commit is contained in:
coderaiser 2013-12-19 14:17:08 +00:00
parent 3cfa218d68
commit 3100d370cd

View file

@ -163,9 +163,8 @@ var CloudCmd, Util, DOM;
switch (lKeyCode) {
case Key.TAB:
/* changing parent panel of curent-file */
var lFirstFileOnList,
lPanel = Info.panel;
lPanel = Info.panel,
lId = lPanel.id;
lTabPanel[lId] = lCurrent;