Fixing a lint issue

This commit is contained in:
Jonathan Putney
2020-01-09 09:52:34 -05:00
parent 07f5f0196b
commit 5713a26b9b

View File

@@ -116,7 +116,7 @@ export default class BaseAPI {
result.result : global_constants.SCORM_FALSE;
if (checkTerminated) this.lastErrorCode = 0;
returnValue = global_constants.SCORM_TRUE;
this.processListeners(callbackName);
}