mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Moves global scope out of shared/util.
This commit is contained in:
parent
81172b571f
commit
57bc3296f4
9 changed files with 31 additions and 18 deletions
|
@ -14,9 +14,10 @@
|
|||
*/
|
||||
|
||||
import {
|
||||
assert, createPromiseCapability, globalScope, isInt, MissingPDFException,
|
||||
assert, createPromiseCapability, isInt, MissingPDFException,
|
||||
UnexpectedResponseException
|
||||
} from '../shared/util';
|
||||
import globalScope from '../shared/global_scope';
|
||||
import { setPDFNetworkStreamClass } from './api';
|
||||
|
||||
if (typeof PDFJSDev !== 'undefined' && PDFJSDev.test('FIREFOX || MOZCENTRAL')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue