diff --git a/scripts/DOMConstructor.js b/scripts/DOMConstructor.js index 599267f..8141ea8 100644 --- a/scripts/DOMConstructor.js +++ b/scripts/DOMConstructor.js @@ -12,8 +12,8 @@ class DOMLauncherList { download: "https://www.example.com", version: "1.0.x.x" }, - __domID: undefined, - __domClass: undefined, + __domID: void 0, + __domClass: void 0, ...item }; @@ -81,8 +81,8 @@ class DOMSearchableList { search: "https://www.example.com", note: "", url: "https://www.example.com", - __domID: undefined, - __domClass: undefined, + __domID: void 0, + __domClass: void 0, ...item }; @@ -123,7 +123,7 @@ class DOMDeviceList { static show() { let dom = ''; - for (const [deviceName, supportedDevice, description] of supportedDevices) { + for (const [deviceName, supportedDevice] of supportedDevices) { dom += `
${supportedDevice}
`; }; dom += `