fix(dom) getNotCurrentDirPath: add this

This commit is contained in:
coderaiser 2014-01-30 11:16:34 -05:00
parent db98cd8b6b
commit f3e38f6613

View file

@ -884,7 +884,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
*/
this.getNotCurrentDirPath = function() {
var panel = this.getPanel(true),
path = getCurrentDirPath(panel);
path = this.getCurrentDirPath(panel);
return path;
};