chore(dom) add " "

This commit is contained in:
coderaiser 2014-04-17 06:10:31 -04:00
parent f85ef76896
commit 5d71b17527

View file

@ -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 += ' ';