diff --git a/lib/client/key.js b/lib/client/key.js index 034b6a68..3a276be1 100644 --- a/lib/client/key.js +++ b/lib/client/key.js @@ -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;