mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Improve auto-completion
This commit is contained in:
parent
022f38f8e3
commit
22a19e0a32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user