mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
refactor(server) init
This commit is contained in:
parent
7e5d4a2b12
commit
b2816ff6d6
1 changed files with 2 additions and 2 deletions
|
|
@ -43,12 +43,12 @@
|
|||
join = join && Util.exec.with(join, beforeJoin) || emptyHandler;
|
||||
|
||||
/* базовая инициализация */
|
||||
function init(pAppCachProcessing) {
|
||||
function init(appCacheCallback) {
|
||||
var config = main.config;
|
||||
|
||||
/* создаём файл app cache */
|
||||
if (config.appcache && AppCache && config.server)
|
||||
Util.exec( pAppCachProcessing);
|
||||
Util.exec(appCacheCallback);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue