From 63aeb60a051737d56c912fc65c75004352c06081 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 18 Sep 2013 13:59:31 +0000 Subject: [PATCH] chore(client) getpPathTemplate -> getPathTemplate --- lib/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client.js b/lib/client.js index 7b0af0e2..60bcf060 100644 --- a/lib/client.js +++ b/lib/client.js @@ -300,7 +300,7 @@ var Util, DOM, CloudFunc, CloudCmd; CloudCmd.getConfig = getSystemFile(Config, CloudCmd.JSONDIR + 'config.json'); CloudCmd.getModules = getSystemFile(Modules, CloudCmd.JSONDIR + 'modules.json'); CloudCmd.getFileTemplate = getSystemFile(FileTemplate, CloudCmd.HTMLDIR + 'file.html'); - CloudCmd.getpPathTemplate = getSystemFile(PathTemplate, CloudCmd.HTMLDIR + 'path.html'); + CloudCmd.getPathTemplate = getSystemFile(PathTemplate, CloudCmd.HTMLDIR + 'path.html'); CloudCmd.execFromModule = function(pModuleName, pFuncName, pParams){ var lObject = CloudCmd[pModuleName]; @@ -416,7 +416,7 @@ var Util, DOM, CloudFunc, CloudCmd; lWasRefresh_b = lPath[0].textContent === pJSON[0].path; CloudCmd.getFileTemplate(function(pTemplate){ - CloudCmd.getpPathTemplate(function(pPathTemplate){ + CloudCmd.getPathTemplate(function(pPathTemplate){ /* очищаем панель */ var i = lElem.childNodes.length;