Move PDFSinglePageViewer into the web/pdf_viewer.js file

With the previous commit, both of the `PDFViewer` and `PDFSinglePageViewer` clases are now small/simple enough that it no longer seems necessary to keep them in separate files.
This commit is contained in:
Jonas Jenwald 2021-10-09 15:37:54 +02:00
parent 511458fbbc
commit e1a2e916e8
4 changed files with 22 additions and 41 deletions

View file

@ -15,7 +15,7 @@
import { SCROLLBAR_PADDING, ScrollMode, SpreadMode } from "./ui_utils.js";
import { CursorTool } from "./pdf_cursor_tools.js";
import { PDFSinglePageViewer } from "./pdf_single_page_viewer.js";
import { PDFSinglePageViewer } from "./pdf_viewer.js";
/**
* @typedef {Object} SecondaryToolbarOptions