mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
fix(DOM) this.promptNewFile -> Cmd.promptNewFile
This commit is contained in:
parent
38e98f58b5
commit
ba08ab6252
1 changed files with 2 additions and 2 deletions
|
|
@ -1012,7 +1012,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
* @pCurrentFile
|
||||
*/
|
||||
this.promptNewDir = function(){
|
||||
this.promptNewFile('directory', '?dir');
|
||||
Cmd.promptNewFile('directory', '?dir');
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -1868,4 +1868,4 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
|
||||
DOM = new DOMFunc();
|
||||
|
||||
})(Util);
|
||||
})(Util);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue