fix(dom) getCurrentDirPath: "," -> ";"

This commit is contained in:
coderaiser 2014-02-24 06:50:46 -05:00
parent e57a0b186b
commit dea05c51a4

View file

@ -784,7 +784,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
var ret, path;
if (!panel)
panel = this.getPanel(),
panel = this.getPanel();
path = this.getByAttr('js-path', panel);
ret = path && path.textContent;