|
|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.0.643'; |
|
|
|
|
PDFJS.build = 'e5aeb14'; |
|
|
|
|
PDFJS.version = '1.0.645'; |
|
|
|
|
PDFJS.build = '66bfb9c'; |
|
|
|
|
|
|
|
|
|
(function pdfjsWrapper() { |
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
@ -11371,7 +11371,7 @@ var ColorSpace = (function ColorSpaceClosure() {
@@ -11371,7 +11371,7 @@ var ColorSpace = (function ColorSpaceClosure() {
|
|
|
|
|
var range = IR[1].Range; |
|
|
|
|
return new LabCS(whitePoint, blackPoint, range); |
|
|
|
|
default: |
|
|
|
|
error('Unkown name ' + name); |
|
|
|
|
error('Unknown name ' + name); |
|
|
|
|
} |
|
|
|
|
return null; |
|
|
|
|
}; |
|
|
|
@ -12092,7 +12092,6 @@ var LabCS = (function LabCSClosure() {
@@ -12092,7 +12092,6 @@ var LabCS = (function LabCSClosure() {
|
|
|
|
|
})(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var ARCFourCipher = (function ARCFourCipherClosure() { |
|
|
|
|
function ARCFourCipher(key) { |
|
|
|
|
this.a = 0; |
|
|
|
|