Immediately commit if we're currently terminating

This commit is contained in:
Jonathan Putney
2020-06-29 21:12:27 -04:00
parent 2a3f9b61af
commit 97070184b8
7 changed files with 47 additions and 23 deletions

View File

@@ -553,7 +553,7 @@ export default class Scorm2004API extends BaseAPI {
console.debug(commitObject);
}
const result = this.processHttpRequest(this.settings.lmsCommitUrl,
commitObject);
commitObject, terminateCommit);
// check if this is a sequencing call, and then call the necessary JS
{