chore(dom) rm " "

This commit is contained in:
coderaiser 2015-05-27 08:57:04 -04:00
parent 7a27b40068
commit e97365de03

View file

@ -1811,7 +1811,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
panel = Info.panel,
panelPassive = Info.panelPassive,
currentIndex = [].indexOf.call(Info.files, Info.element),
currentIndex = [].indexOf.call(Info.files, Info.element),
dirPath = DOM.getCurrentDirPath(),
dirPathPassive = DOM.getNotCurrentDirPath();