minor changes

This commit is contained in:
coderaiser 2013-05-21 11:06:00 -04:00
parent 68ae90a9e0
commit 8f2f3a4182

View file

@ -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 : '';