Skip to content

Commit

Permalink
0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
h.u.g.u.rp committed Oct 23, 2022
1 parent cc7d0e9 commit 636b6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radio4000/components",
"version": "0.0.17",
"version": "0.0.18",
"description": "web components for radio4000.com",
"main": "src/index.js",
"module": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/components/r4-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ export default class R4Form extends HTMLElement {
$field.setAttribute('for', fieldName)
}

/* return false, to stop the "every" loop,
since the field type has been found and set */
return false
/* return false, to stop the "every" loop,
since the field type has been found and set */
return false
})
})
}
Expand Down

0 comments on commit 636b6c5

Please sign in to comment.