mirror of https://github.com/n2geoff/um
jsdoc tweak
This commit is contained in:
parent
071f3c962c
commit
6870e74986
|
@ -3,8 +3,8 @@
|
|||
*
|
||||
* Generates new DOM element(s) from a tag, attributes
|
||||
*
|
||||
* @param {string} tag - tag name
|
||||
* @param {any} args - attributes, text or array of child elements
|
||||
* @param {String} tag - tag name
|
||||
* @param {Object|String|Array} args - attributes, text or array of child elements
|
||||
*
|
||||
* @returns {HTMLElement} The created DOM element(s)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue