[Pkg-javascript-commits] [pdf.js] 62/204: Fixed typo in core/jpx.js #5227
David Prévot
taffit at moszumanska.debian.org
Sat Oct 25 18:50:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit d716fe438ae22576198e75f87c892e151f5795c9
Author: sangm <sang.mercado at gmail.com>
Date: Wed Sep 10 22:23:06 2014 -0500
Fixed typo in core/jpx.js #5227
---
src/core/jpx.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/jpx.js b/src/core/jpx.js
index e6b88a6..cb79d27 100644
--- a/src/core/jpx.js
+++ b/src/core/jpx.js
@@ -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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list