Browse Source

PDF.js version 1.0.503

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

+ 1 - 1
bower.json

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

+ 4 - 4
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;

+ 2 - 2
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

+ 4 - 4
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;

+ 1 - 1
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",