mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Change amd to cjs path in ES6 modules
This commit is contained in:
parent
74b31ab18f
commit
8e681ce3e2
27 changed files with 82 additions and 82 deletions
|
@ -16,7 +16,7 @@
|
|||
import {
|
||||
animationStarted, DEFAULT_SCALE, DEFAULT_SCALE_VALUE, localized, MAX_SCALE,
|
||||
MIN_SCALE, mozL10n, noContextMenuHandler
|
||||
} from 'pdfjs-web/ui_utils';
|
||||
} from './ui_utils';
|
||||
|
||||
var PAGE_NUMBER_LOADING_INDICATOR = 'visiblePageIsLoading';
|
||||
var SCALE_SELECT_CONTAINER_PADDING = 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue