style: add missing semicolons
This commit is contained in:
parent
676885a004
commit
faaaaf6ac7
@ -472,7 +472,7 @@ Object.entries(textMutators).forEach(([key, description]) => {
|
||||
title: description,
|
||||
val: key
|
||||
} as ISingleOption)
|
||||
})
|
||||
});
|
||||
|
||||
const descriptionMutatorSelect = new HSSelect(
|
||||
$("#formDescriptionMutator").get(0),
|
||||
@ -486,7 +486,7 @@ Object.entries(textMutators).forEach(([key, description]) => {
|
||||
title: description,
|
||||
val: key
|
||||
} as ISingleOption)
|
||||
})
|
||||
});
|
||||
|
||||
const colourPicker = $("#formColour") as JQuery<HTMLInputElement>;
|
||||
const colourTextInput = $("#formColourInput") as JQuery<HTMLInputElement>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user