mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
0ac792c87e
commit
2e2523bff1
1 changed files with 2 additions and 2 deletions
|
|
@ -1001,8 +1001,8 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
* @pCurrentFile
|
||||
*/
|
||||
this.promptNewFile = function(pTypeName, pType){
|
||||
var lName = this.getCurrentName(),
|
||||
lDir = this.getCurrentDirPath(),
|
||||
var lName = Cmd.getCurrentName(),
|
||||
lDir = Cmd.getCurrentDirPath(),
|
||||
lMsg = 'New ' + pTypeName || 'File',
|
||||
lType = Util.isString(pType) ? pType : '';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue