From 3100d370cd2530dd8690194cc832bb879addc514 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 19 Dec 2013 14:17:08 +0000 Subject: [PATCH] fix(key) ";" -> "," --- lib/client/key.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;