mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
68ae90a9e0
commit
8f2f3a4182
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