chore(dom) rm " "

This commit is contained in:
coderaiser 2014-03-28 10:06:11 -04:00
parent 34598bb140
commit 46b971f244

View file

@ -1669,7 +1669,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
dotDot = DOM.getById(name);
DOM.deleteCurrent(current);
DOM.setCurrentFile (dotDot);
DOM.setCurrentFile(dotDot);
CloudCmd.refresh();
});
}