mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix a couple of closure names.
This commit is contained in:
parent
e18264d289
commit
a84fbb9eb2
4 changed files with 4 additions and 4 deletions
|
@ -159,7 +159,7 @@ var JpxImage = (function JpxImageClosure() {
|
|||
})();
|
||||
|
||||
// Implements C.3. Arithmetic decoding procedures
|
||||
var ArithmeticDecoder = (function arithmeticDecoderClosure() {
|
||||
var ArithmeticDecoder = (function ArithmeticDecoderClosure() {
|
||||
var QeTable = [
|
||||
{qe: 0x5601, nmps: 1, nlps: 1, switchFlag: 1},
|
||||
{qe: 0x3401, nmps: 2, nlps: 6, switchFlag: 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue