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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue