1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

fix TSLint error

This commit is contained in:
EmeraldBlock 2020-10-26 20:50:55 -05:00
parent 52c122109f
commit ac71bbaef3

View File

@ -161,7 +161,7 @@ export class FormElementCheckbox extends FormElement {
this.element.classList.toggle("checked", this.value);
}
focus(parent) {}
focus() {}
}
export class FormElementItemChooser extends FormElement {