From 8f2f3a418253029052197e5789faa40534cf6ec8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 21 May 2013 11:06:00 -0400 Subject: [PATCH] minor changes --- lib/client/dom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 19b98e53..fcf5b327 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -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 : '';