added description

This commit is contained in:
coderaiser 2012-11-30 06:30:54 -05:00
parent 4d1b8d31cf
commit 205efa4f4f
3 changed files with 56 additions and 25 deletions

View file

@ -2,6 +2,15 @@
(function(){
"use strict";
if(!global.cloudcmd)
return console.log(
'# appcache.js' + '\n' +
'# -----------' + '\n' +
'# Module is part of Cloud Commander,' + '\n' +
'# used for work with Aplication Cache.' + '\n' +
'# If you wont to see at work set appcache: true' + '\n' +
'# in config.json and start cloudcmd.js' + '\n');
var main = global.cloudcmd.main,
fs = main.fs,
Util = main.util,