Fix linting errors
This commit is contained in:
@ -9,7 +9,7 @@ import { Table } from "./table";
|
||||
export class HeaderWrapper {
|
||||
private readonly header: Header;
|
||||
private readonly relationships: Relationships;
|
||||
public readonly media = new Media();
|
||||
private readonly media = new Media();
|
||||
|
||||
// constructor(private readonly media: Media, referenceId: number, initContent? : XmlComponent) {
|
||||
constructor(referenceId: number, initContent?: XmlComponent) {
|
||||
@ -66,4 +66,8 @@ export class HeaderWrapper {
|
||||
public get Relationships(): Relationships {
|
||||
return this.relationships;
|
||||
}
|
||||
|
||||
public get Media(): Media {
|
||||
return this.media;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user