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