1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +02:00

Merge pull request #11482 from Snuffleupagus/more-core-utils

Convert `src/core/jpg.js` to use the `readUint16` helper function in `src/core/core_utils.js`, rather than re-implementing it twice
This commit is contained in:
Tim van der Meij 2020-01-25 21:38:34 +01:00 committed by GitHub
commit 3775b711ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 118 additions and 128 deletions

View file

@ -23,7 +23,6 @@ import {
isArrayEqual,
isBool,
isNum,
isSpace,
isString,
OPS,
shadow,
@ -43,6 +42,7 @@ import {
} from "./primitives.js";
import {
getInheritableProperty,
isSpace,
MissingDataException,
XRefEntryException,
XRefParseException,