From 24ea376ba147c112bf629bdd1a242d101229de3c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 9 Aug 2013 12:51:13 +0000 Subject: [PATCH] chore(dom) change jsdoc params --- lib/client/dom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(),