mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fixed typo in core/jpx.js #5227
This commit is contained in:
parent
c84a5695f0
commit
d716fe438a
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ var JpxImage = (function JpxImageClosure() {
|
|||
codeblockWidth: xcb_,
|
||||
codeblockHeight: ycb_,
|
||||
numcodeblockwide: cbx1 - cbx0 + 1,
|
||||
numcodeblockhigh: cby1 - cby1 + 1
|
||||
numcodeblockhigh: cby1 - cby0 + 1
|
||||
};
|
||||
subband.codeblocks = codeblocks;
|
||||
subband.precincts = precincts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue