1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #5289 from sangm/typo-core-jpx

Fixed typo in core/jpx.js #5227
This commit is contained in:
Yury Delendik 2014-09-11 07:19:15 -05:00
commit 0674a3bd02

View file

@ -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;