minor changes

This commit is contained in:
coderaiser 2013-02-05 03:50:08 -05:00
parent 92ecef3368
commit f9a756cadd

View file

@ -39,9 +39,9 @@
if(lRet){
var p = pParams,
lPath = getCleanPath(p.request),
INDEX = p.index;
lPath = getCleanPath(p.request);
INDEX = p.index;
IndexProcessingFunc = pParams.processing;
fs.stat(lPath, function(pError, pStat){