This commit is contained in:
Jeremy Danyow 2017-12-10 10:57:05 -08:00
parent 60c9fa4012
commit 3d7bc9898e
No known key found for this signature in database
GPG Key ID: 96C45DE6B2C1DF40

View File

@ -26,7 +26,7 @@ export class TimelineComponent {
this.countAnchor = this.element.firstElementChild!.firstElementChild as HTMLAnchorElement;
this.marker = document.createComment('marker');
this.element.appendChild(this.marker);
this.setIssue(issue);
this.setIssue(this.issue);
this.renderCount();
}