Tweaks for the last two pull requests
This commit is contained in:
parent
0ce8229a0e
commit
9db5f27b71
6 changed files with 121 additions and 120 deletions
|
|
@ -201,7 +201,7 @@ web.getResource = function(sURL, dataPost, fAsync, done)
|
|||
resources(sURL, function(sResource, nErrorCode) {
|
||||
if (done) done(sURL, sResource, nErrorCode);
|
||||
});
|
||||
return;
|
||||
return response;
|
||||
}
|
||||
|
||||
if (DEBUG) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue