diff --git a/assets/js/common/utils.js b/assets/js/common/utils.js index 3cdbbf2f..df869f06 100644 --- a/assets/js/common/utils.js +++ b/assets/js/common/utils.js @@ -24,7 +24,7 @@ function createElem(nodeType, appendTo){ /** * Create a new HTML node (version2) * - * @param {Object} infos Informations about the HTML node to create + * @param {CreateElem2Args} infos Informations about the HTML node to create * @info {String} type The type of the new node * @info {HTMLElement} appendTo HTML Element that will receive the new node * @info {HTMLElement} insertBefore Insert before specified HTML element