From 5d71b175271fab8d9a22aa807e80bc346fb0305b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 17 Apr 2014 06:10:31 -0400 Subject: [PATCH] chore(dom) add " " --- 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 bdede769..eb3472d1 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -729,9 +729,9 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; isDir = Cmd.isCurrentIsDir(current); if (isDir) - type ='directory'; + type ='directory'; else - type = 'file'; + type = 'file'; type += ' ';