Commit 8dacfead authored by Robert Knight's avatar Robert Knight

Reformat file with current Prettier version

parent 8188eada
......@@ -64,7 +64,9 @@ export class PDFIntegration {
const window_ = /** @type {HypothesisWindow} */ (window);
// Assume this class is only used if we're in the PDF.js viewer.
const pdfViewerApp = /** @type {PDFViewerApplication} */ (window_.PDFViewerApplication);
const pdfViewerApp = /** @type {PDFViewerApplication} */ (
window_.PDFViewerApplication
);
this.pdfViewer = pdfViewerApp.pdfViewer;
this.pdfViewer.viewer.classList.add('has-transparent-text-layer');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment