diff --git a/bower.json b/bower.json index efbf6a37d..05e2cda74 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.127", + "version": "1.0.129", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 231ebdb8e..28df9010f 100644 --- a/build/pdf.combined.js +++ b/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'); }, diff --git a/build/pdf.js b/build/pdf.js index b2a9ac07e..54f4fc722 100644 --- a/build/pdf.js +++ b/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'); }, diff --git a/build/pdf.worker.js b/build/pdf.worker.js index af87295e7..1a1b5c452 100644 --- a/build/pdf.worker.js +++ b/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 diff --git a/package.json b/package.json index 09e24897a..7fb40c6af 100644 --- a/package.json +++ b/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",