eslint fix
This commit is contained in:
@@ -494,7 +494,7 @@ class CMICore extends BaseCMI {
|
|||||||
return Utilities.addHHMMSSTimeStrings(
|
return Utilities.addHHMMSSTimeStrings(
|
||||||
this.#total_time,
|
this.#total_time,
|
||||||
this.#session_time,
|
this.#session_time,
|
||||||
new RegExp(scorm12_regex.CMITimespan)
|
new RegExp(scorm12_regex.CMITimespan),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user