mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(dom) change jsdoc params
This commit is contained in:
parent
ea5d2a2b4d
commit
24ea376ba1
1 changed files with 2 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue