diff --git a/bower.json b/bower.json index 51891c8d7..8cf60bd7e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.3.12", + "version": "1.3.14", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 63b6dc62b..e431d1038 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.12'; -PDFJS.build = '27292b2'; +PDFJS.version = '1.3.14'; +PDFJS.build = 'df46b64'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.js b/build/pdf.js index 567c167f8..eb6638e3a 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.12'; -PDFJS.build = '27292b2'; +PDFJS.version = '1.3.14'; +PDFJS.build = 'df46b64'; (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 bdd9b93ad..75fa2f857 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.3.12'; -PDFJS.build = '27292b2'; +PDFJS.version = '1.3.14'; +PDFJS.build = 'df46b64'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 028cfa82f..b6100727f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.3.12", + "version": "1.3.14", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla", diff --git a/web/pdf_viewer.js b/web/pdf_viewer.js index eb3e7fca3..82dbc3ef6 100644 --- a/web/pdf_viewer.js +++ b/web/pdf_viewer.js @@ -923,7 +923,7 @@ var PDFPageView = (function PDFPageViewClosure() { this.renderingId = 'page' + id; this.rotation = 0; - this.scale = scale || 1.0; + this.scale = scale || DEFAULT_SCALE; this.viewport = defaultViewport; this.pdfPageRotate = defaultViewport.rotation; this.hasRestrictedScaling = false;