chore(dom) rm " "

This commit is contained in:
coderaiser 2015-05-27 03:29:04 -04:00
parent d51cd46d1d
commit 1438f2f36a

View file

@ -1874,7 +1874,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
info.size = Cmd.getCurrentSize(current);
info.isDir = Cmd.isCurrentIsDir();
info.isSelected = Cmd.isSelected(current);
info.isOnePanel =
info.isOnePanel =
info.panel.getAttribute('data-name') ===
info.panelPassive.getAttribute('data-name');
};