chore(client) createFileTable: shorthand properties

This commit is contained in:
coderaiser 2018-06-05 10:56:43 +03:00
parent 3a46607c0f
commit 40bf54aec1

View file

@ -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);