added testing script

This commit is contained in:
coderaiser 2012-08-31 07:33:23 -04:00
parent d9cf2d1cfc
commit 898f17c4be
3 changed files with 79 additions and 3 deletions

View file

@ -492,9 +492,7 @@ try{
/* константы*/
exports.Name = CloudFunc.NAME;
exports.NOJS = CloudFunc.NOJS;
exports.FS = CloudFunc.FS;
console.log('cloudfunc.js loaded...');
exports.FS = CloudFunc.FS;
}
}catch(err){
/* если мы на клиенте */