Make fixed layout declaritive

This commit is contained in:
Dolan
2019-06-25 20:57:46 +01:00
parent b566b0f765
commit 3ef8f5311d
7 changed files with 34 additions and 31 deletions

View File

@ -27,8 +27,6 @@ class BorderProperty extends XmlComponent {
sz: options.size,
});
this.root.push(attrs);
return this;
}
}