Răsfoiți Sursa

PDF.js version 1.0.710

Yury Delendik 10 ani în urmă
părinte
comite
1e1a9dd1f7
5 a modificat fișierele cu 10 adăugiri și 10 ștergeri
  1. 1 1
      bower.json
  2. 3 3
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 3 3
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 3 - 3
build/pdf.combined.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.708';
-PDFJS.build = '2f5c6d6';
+PDFJS.version = '1.0.710';
+PDFJS.build = '0dbac15';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -7895,7 +7895,7 @@ var ChunkedStream = (function ChunkedStreamClosure() {
       }
     },
 
-    ensureByte: function ChunkedStream_ensureRange(pos) {
+    ensureByte: function ChunkedStream_ensureByte(pos) {
       var chunk = Math.floor(pos / this.chunkSize);
       if (chunk === this.lastSuccessfulEnsureByteChunk) {
         return;

+ 2 - 2
build/pdf.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.708';
-PDFJS.build = '2f5c6d6';
+PDFJS.version = '1.0.710';
+PDFJS.build = '0dbac15';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 3 - 3
build/pdf.worker.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.708';
-PDFJS.build = '2f5c6d6';
+PDFJS.version = '1.0.710';
+PDFJS.build = '0dbac15';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -1865,7 +1865,7 @@ var ChunkedStream = (function ChunkedStreamClosure() {
       }
     },
 
-    ensureByte: function ChunkedStream_ensureRange(pos) {
+    ensureByte: function ChunkedStream_ensureByte(pos) {
       var chunk = Math.floor(pos / this.chunkSize);
       if (chunk === this.lastSuccessfulEnsureByteChunk) {
         return;

+ 1 - 1
package.json

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