Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 358621f

Browse files
committed
XmlComponent: no id on property elements
1 parent fba2d47 commit 358621f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/feathersui/xml/XmlComponent.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class XmlComponent {
379379
continue;
380380
}
381381

382-
checkForInvalidAttributes(child, true, xmlDocument);
382+
checkForInvalidAttributes(child, false, xmlDocument);
383383
var fieldType = foundField != null ? foundField.type : null;
384384
parseChildrenForField(child, child.iterator(), targetIdentifier, foundField, childXmlName.localName, fieldType, prefixMap, parentFields,
385385
initExprs, xmlDocument);

0 commit comments

Comments
 (0)