From 67e8d0cea83b5a288078f1858ebfd1056b8938ac Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 24 Jul 2012 21:25:46 +0300 Subject: [PATCH] minor changes --- server.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server.js b/server.js index 188bb8c5..4f626744 100644 --- a/server.js +++ b/server.js @@ -86,13 +86,13 @@ try { /* добавляем модуль с функциями */ var CloudFunc; try { - CloudFunc = require(CloudServer.LIBDIR + + CloudFunc = require(CloudServer.LIBDIR + '/cloudfunc'); - CloudServer.Cache = require(CloudServer.LIBDIRSERVER + + CloudServer.Cache = require(CloudServer.LIBDIRSERVER + '/object').Cache; - CloudServer.Minify = require(CloudServer.LIBDIRSERVER + + CloudServer.Minify = require(CloudServer.LIBDIRSERVER + '/object').Minify; }catch(pError){ console.log('could not found one of Cloud Commander SS files');