From e97365de03607f5401e87d8a716969e75a5cf803 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 27 May 2015 08:57: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 43ad9f66..3b9783d3 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -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();