From a5d6f4a6236dce461f6422c246e8bde310a3a9d1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 23 Dec 2013 14:46:40 +0000 Subject: [PATCH] chore(dom) else{ -> else { --- lib/client/dom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 2e11803b..88769ea6 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -767,7 +767,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; Util.exec(p.success, lData, lJqXHR.statusText, lJqXHR); } /* file not found or connection lost */ - else{ + else { /* if html given or something like thet * getBack just status of result */ @@ -1211,7 +1211,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; lMsg = lMsgAsk + lMsgSel + n + ' files/directoris?\n' + lName ; lQuery = '?files'; - } else{ + } else { var lType, lIsDir; /* dom element passed and it is not event */