Skip to content

Commit 95cb436

Browse files
Update src/pdfjs-viewer-element.ts
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
1 parent 79b7e8f commit 95cb436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pdfjs-viewer-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class PdfjsViewerElement extends HTMLElement {
1616

1717
connectedCallback() {
1818
this.iframe = this.shadowRoot?.querySelector(
19-
this.setAttributes()
19+
this.setAttributes();
2020
this.initEventListeners();
2121
}
2222

0 commit comments

Comments
 (0)