mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
run auto fix lint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createElement } from "./createElement";
|
||||
|
||||
export function createOptionElement(text: string, value: string=""): HTMLOptionElement {
|
||||
export function createOptionElement(text: string, value=""): HTMLOptionElement {
|
||||
let sanitizedValue: string = value;
|
||||
if (sanitizedValue === "") { sanitizedValue = text; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user