mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
Revert "fix(DOM) this.promptNewFile -> Cmd.promptNewFile"
This reverts commit 5a07f09ffe.
This commit is contained in:
parent
ba08ab6252
commit
905487efa7
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue