eslint corrections in personbundle

This commit is contained in:
2024-11-14 16:45:50 +01:00
parent c971e34675
commit 2d6d2a1f58
13 changed files with 19 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ import { ShowHide } from 'ShowHide';
'froms': [k ],
'event_name': 'input',
'debug': true,
'test': function(froms, event) {
'test': function(froms) {
for (let f of froms.values()) {
console.log(f);
for (let input of f.querySelectorAll('input').values()) {