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:
commit
3775b711ed
13 changed files with 118 additions and 128 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue