Browse Source

PDF.js version 1.0.362

Yury Delendik 11 years ago
parent
commit
6357d00f7d
5 changed files with 2584 additions and 56 deletions
  1. 1 1
      bower.json
  2. 1290 26
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 1290 26
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

File diff suppressed because it is too large
+ 1290 - 26
build/pdf.combined.js


+ 2 - 2
build/pdf.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.359';
-PDFJS.build = '69d7227';
+PDFJS.version = '1.0.362';
+PDFJS.build = 'a45e103';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

File diff suppressed because it is too large
+ 1290 - 26
build/pdf.worker.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.359",
+  "version": "1.0.362",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [
     "Mozilla",

Some files were not shown because too many files changed in this diff