Forráskód Böngészése

PDF.js version 1.0.645

Yury Delendik 10 éve
szülő
commit
69601a17c9
5 módosított fájl, 10 hozzáadás és 12 törlés
  1. 1 1
      bower.json
  2. 3 4
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 3 4
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.643",
+  "version": "1.0.645",
   "keywords": [
     "Mozilla",
     "pdf",

+ 3 - 4
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;

+ 2 - 2
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

+ 3 - 4
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;

+ 1 - 1
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",