diff --git a/lib/client/dom.js b/lib/client/dom.js index f40e496a..46705a32 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1022,7 +1022,6 @@ var CloudCmd, Util, DOM, CloudFunc; /** * create new folder * - * @pCurrentFile */ this.promptNewDir = function(){ Cmd.promptNewFile('directory', '?dir'); @@ -1031,7 +1030,8 @@ var CloudCmd, Util, DOM, CloudFunc; /** * create new file * - * @pCurrentFile + * @pTypeName + * @pType */ this.promptNewFile = function(pTypeName, pType){ var lName = Cmd.getCurrentName(),