From 1438f2f36a6a6ac82412b299a06b67d913b01b9d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 27 May 2015 03:29:04 -0400 Subject: [PATCH] chore(dom) rm " " --- lib/client/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index ed48e9d5..43ad9f66 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -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'); };