From f2113417b072c83e36d3bf74b9d544f32161b938 Mon Sep 17 00:00:00 2001 From: Sabine Lim Date: Tue, 16 May 2023 21:53:34 +1000 Subject: [PATCH] Reorder --- Basalt/libraries/xmlParser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basalt/libraries/xmlParser.lua b/Basalt/libraries/xmlParser.lua index 37fc3ac..c1b5d1c 100644 --- a/Basalt/libraries/xmlParser.lua +++ b/Basalt/libraries/xmlParser.lua @@ -3,8 +3,8 @@ local XMLNode = { return { tag = tag, value = nil, - children = {}, attributes = {}, + children = {}, addChild = function(self, child) if self[child.tag] ~= nil then