style fix

This commit is contained in:
Michael Myers
2018-07-24 16:00:55 -04:00
parent 8ceb38963e
commit cc904ee211
2 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,6 @@ import { TextRun } from "../run";
import { BookmarkEndAttributes, BookmarkStartAttributes } from "./bookmark-attributes";
export class Bookmark {
public linkId: number;
public readonly start: BookmarkStart;
@ -24,7 +23,6 @@ export class Bookmark {
}
export class BookmarkStart extends XmlComponent {
public linkId: number;
constructor(name: string, text: string, relationshipsCount: number) {
@ -41,7 +39,6 @@ export class BookmarkStart extends XmlComponent {
}
export class BookmarkEnd extends XmlComponent {
public linkId: number;
constructor(relationshipsCount: number) {

View File

@ -1,2 +1,2 @@
export * from "./hyperlink";
export * from "./bookmark";
export * from "./bookmark";