From 5713a26b9bfb1ead5119a881b44712e3a4f1292f Mon Sep 17 00:00:00 2001 From: Jonathan Putney Date: Thu, 9 Jan 2020 09:52:34 -0500 Subject: [PATCH] Fixing a lint issue --- src/BaseAPI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BaseAPI.js b/src/BaseAPI.js index ca28c51..edd23b9 100644 --- a/src/BaseAPI.js +++ b/src/BaseAPI.js @@ -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); }