From a973b86fbb1c25fc88d33c1dc3802549c02d66b3 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Mon, 22 Sep 2014 16:29:54 -0500 Subject: [PATCH] PDF.js version 1.0.503 --- bower.json | 2 +- build/pdf.combined.js | 8 ++++---- build/pdf.js | 4 ++-- build/pdf.worker.js | 8 ++++---- package.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index 6a9705157..a0f1bd3ee 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.501", + "version": "1.0.503", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 971a4b374..25ade9c42 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.501'; -PDFJS.build = '6038ee7'; +PDFJS.version = '1.0.503'; +PDFJS.build = '2264748'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -41491,8 +41491,8 @@ var bidi = PDFJS.bidi = (function bidiClosure() { } // Get types and fill arrays - chars.length = 0; - types.length = 0; + chars.length = strLength; + types.length = strLength; var numBidi = 0; var i, ii; diff --git a/build/pdf.js b/build/pdf.js index 53cdfb887..544ab21db 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.501'; -PDFJS.build = '6038ee7'; +PDFJS.version = '1.0.503'; +PDFJS.build = '2264748'; (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 3bc8219d8..a75473c73 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.501'; -PDFJS.build = '6038ee7'; +PDFJS.version = '1.0.503'; +PDFJS.build = '2264748'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -36632,8 +36632,8 @@ var bidi = PDFJS.bidi = (function bidiClosure() { } // Get types and fill arrays - chars.length = 0; - types.length = 0; + chars.length = strLength; + types.length = strLength; var numBidi = 0; var i, ii; diff --git a/package.json b/package.json index ec675c0d2..c82a95bae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.501", + "version": "1.0.503", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",