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
|
|
@ -41,10 +41,11 @@ if (NODE) {
|
|||
}
|
||||
|
||||
/**
|
||||
* savePC(idMachine, sPCJSFile)
|
||||
* savePC(idMachine, sPCJSFile, callback)
|
||||
*
|
||||
* @param {string} idMachine
|
||||
* @param {string} sPCJSFile
|
||||
* @param {function(Object)} [callback]
|
||||
* @return {boolean} true if successful, false if error
|
||||
*/
|
||||
function savePC(idMachine, sPCJSFile, callback)
|
||||
|
|
|
|||
|
|
@ -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