From 22a19e0a32cbd96f05d9347ab4f9f51744da5bf0 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 10 Apr 2020 16:54:45 +0200 Subject: [PATCH] Improve auto-completion --- assets/js/common/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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