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;