update/doc comments + create assets collection

This commit is contained in:
SowinskiBraeden committed 2025-05-06 15:52:53 -07:00
1 parent 803330b174
commit 47fc1983f8
5 files changed
+18 -7

No files matched your search

+1 -1
View File
@@ -7,7 +7,7 @@ const assetForms = [
/**
* selectAssetForm changes which form is displayed
* to create specified assets.
* @param {string} assetId
* @param {string} assetFormId
*/
function selectAssetForm(assetFormId) {
for (let i = 0; i < assetForms.length; i++) {