minor changes

This commit is contained in:
coderaiser 2013-02-25 09:25:32 -05:00
parent 941b2cb454
commit 03ce2ac3ae
3 changed files with 2 additions and 3 deletions

View file

@ -142,7 +142,7 @@
rest : rest,
route : route
});
if(update)
update.get();

View file

@ -282,7 +282,6 @@
p.response.end(p.data);
Util.log( p.name + ' sended');
Util.log( p.status === FILE_NOT_FOUND && p.data );
},
function(pCallBack){

View file

@ -30,7 +30,7 @@
var lRet,
lReq = pParams.request,
lRes = pParams.response,
lUrl = lReq.url,
lUrl = pParams.name,
lMethod = lReq.method,
lConfig = main.config,
lAPIURL = lConfig.api_url;