simpified plugins id's

This commit is contained in:
coderaiser 2013-06-03 10:53:51 -04:00
parent 9e105f56bd
commit 962948caa8
65 changed files with 36 additions and 51 deletions

View file

@ -92,7 +92,7 @@ var Util, DOM, CloudFunc, CloudCmd;
DOM.setCurrentFile(lRootDir);
DOM.scrollIntoViewIfNeeded(lRootDir, true);
}
};
}
/**
* function load modules
@ -133,6 +133,7 @@ var Util, DOM, CloudFunc, CloudCmd;
};
}
}
/** Конструктор CloudClient, который
* выполняет весь функционал по
* инициализации
@ -153,8 +154,6 @@ var Util, DOM, CloudFunc, CloudCmd;
DOM.retJSLoad(lSrc, pCallBack)
);
};
//Util.socketLoad();
Util.ifExec(document.body.scrollIntoViewIfNeeded, lCallBack, lFunc);
};
@ -181,7 +180,7 @@ var Util, DOM, CloudFunc, CloudCmd;
lDoBefore = {
'editor/_codemirror' : lShowLoadFunc,
'viewer' : lShowLoadFunc
'view' : lShowLoadFunc
},
lLoad = function(pName, pPath, pDoBefore){