Browse Source

PDF.js version 1.0.129

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

+ 1 - 1
bower.json

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

+ 2 - 3
build/pdf.combined.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.127';
-PDFJS.build = '1591429';
+PDFJS.version = '1.0.129';
+PDFJS.build = '164e11f';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -5172,7 +5172,6 @@ var InternalRenderTask = (function InternalRenderTaskClosure() {
     cancel: function InternalRenderTask_cancel() {
       this.running = false;
       this.cancelled = true;
-      this.capability.reject(new Error('Rendering is cancelled'));
       this.callback('cancelled');
     },
 

+ 2 - 3
build/pdf.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.127';
-PDFJS.build = '1591429';
+PDFJS.version = '1.0.129';
+PDFJS.build = '164e11f';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -5220,7 +5220,6 @@ var InternalRenderTask = (function InternalRenderTaskClosure() {
     cancel: function InternalRenderTask_cancel() {
       this.running = false;
       this.cancelled = true;
-      this.capability.reject(new Error('Rendering is cancelled'));
       this.callback('cancelled');
     },
 

+ 2 - 2
build/pdf.worker.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.127';
-PDFJS.build = '1591429';
+PDFJS.version = '1.0.129';
+PDFJS.build = '164e11f';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 1 - 1
package.json

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