diff --git a/lib/client/dom.js b/lib/client/dom.js index 19b98e53..fcf5b327 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1001,8 +1001,8 @@ var CloudCmd, Util, DOM, CloudFunc; * @pCurrentFile */ this.promptNewFile = function(pTypeName, pType){ - var lName = this.getCurrentName(), - lDir = this.getCurrentDirPath(), + var lName = Cmd.getCurrentName(), + lDir = Cmd.getCurrentDirPath(), lMsg = 'New ' + pTypeName || 'File', lType = Util.isString(pType) ? pType : '';