Some linting issues
This commit is contained in:
parent
9238f0f381
commit
55dd4c58ee
5 changed files with 6 additions and 10 deletions
6
test.ts
6
test.ts
|
@ -13,8 +13,7 @@ new Combine(
|
|||
try {
|
||||
inp = ValidatedTextField.ForType(key).ConstructInputElement({
|
||||
feedback,
|
||||
country: () => "be",
|
||||
|
||||
country: () => "be"
|
||||
});
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
|
@ -29,5 +28,4 @@ new Combine(
|
|||
]);
|
||||
}
|
||||
)
|
||||
).AttachTo("maindiv")
|
||||
|
||||
).AttachTo("maindiv")
|
Loading…
Add table
Add a link
Reference in a new issue