chore(client) getpPathTemplate -> getPathTemplate

This commit is contained in:
coderaiser 2013-09-18 13:59:31 +00:00
parent 78159d1121
commit 63aeb60a05

View file

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