diff --git a/lib/client/dom.js b/lib/client/dom.js index e2e4dacf..73b6ca2b 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1012,7 +1012,7 @@ var CloudCmd, Util, DOM, CloudFunc; * @pCurrentFile */ this.promptNewDir = function(){ - Cmd.promptNewFile('directory', '?dir'); + this.promptNewFile('directory', '?dir'); }; /** @@ -1868,4 +1868,4 @@ var CloudCmd, Util, DOM, CloudFunc; DOM = new DOMFunc(); -})(Util); +})(Util); \ No newline at end of file