From 69601a17c96be1aebad3d0ba6431a38e422e9e82 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Mon, 22 Sep 2014 16:32:41 -0500 Subject: [PATCH] PDF.js version 1.0.645 --- bower.json | 2 +- build/pdf.combined.js | 7 +++---- build/pdf.js | 4 ++-- build/pdf.worker.js | 7 +++---- package.json | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index 6b67df5f0..204270f7a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.643", + "version": "1.0.645", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 807d6aad1..ead83a5a1 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -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() { 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() { })(); - var ARCFourCipher = (function ARCFourCipherClosure() { function ARCFourCipher(key) { this.a = 0; diff --git a/build/pdf.js b/build/pdf.js index 83d23e359..2a8bedb71 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -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 diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 59105a9cb..86b2b0b4c 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -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 @@ -6514,7 +6514,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; }; @@ -7235,7 +7235,6 @@ var LabCS = (function LabCSClosure() { })(); - var ARCFourCipher = (function ARCFourCipherClosure() { function ARCFourCipher(key) { this.a = 0; diff --git a/package.json b/package.json index 45580222f..7541c8208 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.643", + "version": "1.0.645", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",