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();