From 01130407fba746fcb4010df17b3d09471edaf2dc Mon Sep 17 00:00:00 2001 From: strix Date: Wed, 19 Mar 2025 17:27:31 +0100 Subject: [PATCH] fix: im stupid --- x0.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x0.js b/x0.js index f1e92a5..459e70f 100644 --- a/x0.js +++ b/x0.js @@ -9,7 +9,7 @@ if (window['x0']) { throw new Error("window.x0 already declared.", window.x0); } -class x0 { +class xNull { #rootElement = document.querySelector("html"); #cfg = { moduleSource: "./x0/modules/", @@ -93,4 +93,4 @@ class x0 { } } -window.x0 = new x0(); \ No newline at end of file +window.x0 = new xNull(); \ No newline at end of file