JS: Alle Dateien mit UTF8-BOM abgespeichert

This commit is contained in:
hydrant
2021-04-22 14:36:48 +02:00
parent a71fd4d55d
commit b1337881a8
17 changed files with 20 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
export default function coloredHeadLights() {
export default function coloredHeadLights() {
function setHeadlightsColor(vehicle, color) {
if (typeof color !== "number" || isNaN(color) || color < 0 || color === 255) {
// Disable