Browse Source

PDF.js version 1.0.221

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

+ 1 - 1
bower.json

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

+ 3 - 3
build/pdf.combined.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.219';
-PDFJS.build = 'c0419d7';
+PDFJS.version = '1.0.221';
+PDFJS.build = 'b7d8296';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -10434,7 +10434,7 @@ var Catalog = (function CatalogClosure() {
     },
     get attachments() {
       var xref = this.xref;
-      var attachments, nameTreeRef;
+      var attachments = null, nameTreeRef;
       var obj = this.catDict.get('Names');
       if (obj) {
         nameTreeRef = obj.getRaw('EmbeddedFiles');

+ 2 - 2
build/pdf.js

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

+ 3 - 3
build/pdf.worker.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.219';
-PDFJS.build = 'c0419d7';
+PDFJS.version = '1.0.221';
+PDFJS.build = 'b7d8296';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -5841,7 +5841,7 @@ var Catalog = (function CatalogClosure() {
     },
     get attachments() {
       var xref = this.xref;
-      var attachments, nameTreeRef;
+      var attachments = null, nameTreeRef;
       var obj = this.catDict.get('Names');
       if (obj) {
         nameTreeRef = obj.getRaw('EmbeddedFiles');

+ 1 - 1
package.json

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