Remove empty spaces

Default Setting by my editor. Let me know I you want to keep them.
This commit is contained in:
Tobias 2021-01-21 05:52:36 +01:00
parent 8f8e5f7636
commit 61964a801f
6 changed files with 22 additions and 26 deletions

View file

@ -11,7 +11,7 @@ export class RadioButton<T> extends InputElement<T> {
private readonly value: UIEventSource<T>;
private readonly _elements: InputElement<T>[]
private readonly _selectFirstAsDefault: boolean;
constructor(elements: InputElement<T>[],
selectFirstAsDefault = true) {
super(undefined);