Rename web/pdf_viewer.js to web/base_viewer.js

Please note that the only reason for this change is to try and improve reviewability of later patches, by keeping the diffs more manageable.
This commit is contained in:
Jonas Jenwald 2017-08-01 14:02:16 +02:00
parent 40b89e9ba4
commit d7198d3e17
3 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ import {
import { CursorTool, PDFCursorTools } from './pdf_cursor_tools';
import { PDFRenderingQueue, RenderingStates } from './pdf_rendering_queue';
import { PDFSidebar, SidebarView } from './pdf_sidebar';
import { PDFViewer, PresentationModeState } from './pdf_viewer';
import { PDFViewer, PresentationModeState } from './base_viewer';
import { getGlobalEventBus } from './dom_events';
import { OverlayManager } from './overlay_manager';
import { PasswordPrompt } from './password_prompt';