diff --git a/bower.json b/bower.json index 04386067d..588a576c0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.708", + "version": "1.0.710", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 8eb411aa4..8cb72e818 100644 --- a/build/pdf.combined.js +++ b/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; diff --git a/build/pdf.js b/build/pdf.js index e0f0cdd8e..54d119d1d 100644 --- a/build/pdf.js +++ b/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 diff --git a/build/pdf.worker.js b/build/pdf.worker.js index ff0e425f2..67110c19b 100644 --- a/build/pdf.worker.js +++ b/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; diff --git a/package.json b/package.json index 4e4b4a351..733443ee1 100644 --- a/package.json +++ b/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",