Skip to content
Snippets Groups Projects
Commit bea7db43 authored by Arkerthan's avatar Arkerthan
Browse files

update jsdoc

parent 9ce39cba
No related branches found
No related tags found
1 merge request!6815merge SC2 eye color selection in single JS function
...@@ -268,7 +268,7 @@ App.UI.DOM.includeDOM = function(node, uniqueID, tag = "span") { ...@@ -268,7 +268,7 @@ App.UI.DOM.includeDOM = function(node, uniqueID, tag = "span") {
* @param {Array<Node|string>} content * @param {Array<Node|string>} content
* @param {string} [delimiter] * @param {string} [delimiter]
* @param {string} [lastDelimiter] * @param {string} [lastDelimiter]
* @returns {Node|string} * @returns {DocumentFragment|string}
*/ */
App.UI.DOM.arrayToList = function(content, delimiter = ", ", lastDelimiter = " and ") { App.UI.DOM.arrayToList = function(content, delimiter = ", ", lastDelimiter = " and ") {
if (content.length === 0) { if (content.length === 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment