Fixing complexity issue in AICC API

This commit is contained in:
Jonathan Putney
2019-11-10 21:58:42 -05:00
parent eae2a688f6
commit 465e9b3383
2 changed files with 45 additions and 47 deletions

View File

@@ -112,10 +112,11 @@ export default class Scorm12API extends BaseAPI {
}
/**
* Gets or builds a new child element to add to the array.
*
* @param CMIElement
*/
* Gets or builds a new child element to add to the array.
*
* @param CMIElement
* @param value
*/
getChildElement(CMIElement, value) {
let newChild;