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,
|
title: description,
|
||||||
val: key
|
val: key
|
||||||
} as ISingleOption)
|
} as ISingleOption)
|
||||||
})
|
});
|
||||||
|
|
||||||
const descriptionMutatorSelect = new HSSelect(
|
const descriptionMutatorSelect = new HSSelect(
|
||||||
$("#formDescriptionMutator").get(0),
|
$("#formDescriptionMutator").get(0),
|
||||||
@ -486,7 +486,7 @@ Object.entries(textMutators).forEach(([key, description]) => {
|
|||||||
title: description,
|
title: description,
|
||||||
val: key
|
val: key
|
||||||
} as ISingleOption)
|
} as ISingleOption)
|
||||||
})
|
});
|
||||||
|
|
||||||
const colourPicker = $("#formColour") as JQuery<HTMLInputElement>;
|
const colourPicker = $("#formColour") as JQuery<HTMLInputElement>;
|
||||||
const colourTextInput = $("#formColourInput") as JQuery<HTMLInputElement>;
|
const colourTextInput = $("#formColourInput") as JQuery<HTMLInputElement>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user