From 40bf54aec178a765263917f69f5ff5a689048a66 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 5 Jun 2018 10:56:43 +0300 Subject: [PATCH] chore(client) createFileTable: shorthand properties --- client/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.js b/client/client.js index ecc31796..3e0ecb05 100644 --- a/client/client.js +++ b/client/client.js @@ -545,7 +545,7 @@ function CloudCmdProto(Util, DOM) { current = DOM.getFiles(panel)[0]; DOM.setCurrentFile(current, { - history: history + history, }); CloudCmd.emit('active-dir', Info.dirPath);