Reorder
This commit is contained in:
@@ -3,8 +3,8 @@ local XMLNode = {
|
|||||||
return {
|
return {
|
||||||
tag = tag,
|
tag = tag,
|
||||||
value = nil,
|
value = nil,
|
||||||
children = {},
|
|
||||||
attributes = {},
|
attributes = {},
|
||||||
|
children = {},
|
||||||
|
|
||||||
addChild = function(self, child)
|
addChild = function(self, child)
|
||||||
if self[child.tag] ~= nil then
|
if self[child.tag] ~= nil then
|
||||||
|
|||||||
Reference in New Issue
Block a user