style: add missing semicolons

This commit is contained in:
Corban-Lee Jones 2025-05-06 18:09:05 +01:00
parent 676885a004
commit faaaaf6ac7

View File

@ -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>;