Browse Source

PDF.js version 1.0.657

Yury Delendik 10 years ago
parent
commit
06c34ccaf3
5 changed files with 8 additions and 12 deletions
  1. 1 1
      bower.json
  2. 2 4
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 2 4
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 2 - 4
build/pdf.combined.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.655';
-PDFJS.build = 'c369150';
+PDFJS.version = '1.0.657';
+PDFJS.build = 'f36bfcc';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -8683,8 +8683,6 @@ var XRef = (function XRefClosure() {
           // Validate entry obj
           if (!isInt(entry.offset) || !isInt(entry.gen) ||
               !(entry.free || entry.uncompressed)) {
-            console.log(entry.offset, entry.gen, entry.free,
-                        entry.uncompressed);
             error('Invalid entry in XRef subsection: ' + first + ', ' + count);
           }
 

+ 2 - 2
build/pdf.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.655';
-PDFJS.build = 'c369150';
+PDFJS.version = '1.0.657';
+PDFJS.build = 'f36bfcc';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 2 - 4
build/pdf.worker.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.655';
-PDFJS.build = 'c369150';
+PDFJS.version = '1.0.657';
+PDFJS.build = 'f36bfcc';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -3826,8 +3826,6 @@ var XRef = (function XRefClosure() {
           // Validate entry obj
           if (!isInt(entry.offset) || !isInt(entry.gen) ||
               !(entry.free || entry.uncompressed)) {
-            console.log(entry.offset, entry.gen, entry.free,
-                        entry.uncompressed);
             error('Invalid entry in XRef subsection: ' + first + ', ' + count);
           }
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.655",
+  "version": "1.0.657",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [
     "Mozilla",