This commit is contained in:
Dolan
2017-03-09 23:32:52 +00:00
parent 18bba1870e
commit 11bbb5e285
5 changed files with 7 additions and 5 deletions

View File

@ -19,7 +19,7 @@ interface IAttributesProperties {
footer?: string;
gutter?: string;
linePitch?: string;
pos?: string;
pos?: string | number; // Little strange. Perhaps it is normal. Need to clarify in the spec.
}
export class Attributes extends XmlAttributeComponent {