mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +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
|
@ -13,8 +13,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { getPDFFileNameFromURL, mozL10n } from 'pdfjs-web/ui_utils';
|
||||
import { OverlayManager } from 'pdfjs-web/overlay_manager';
|
||||
import { getPDFFileNameFromURL, mozL10n } from './ui_utils';
|
||||
import { OverlayManager } from './overlay_manager';
|
||||
|
||||
/**
|
||||
* @typedef {Object} PDFDocumentPropertiesOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue