mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
XmlNodes don't have parent references
This commit is contained in:
parent
90ca3e6574
commit
513cb33d99
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
export type MakiTree = any;
|
||||
|
||||
export type XmlNode = {
|
||||
parent: XmlNode;
|
||||
children: XmlNode[];
|
||||
attributes: Object;
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue