Browse Source

PDF.js version 1.0.221

master v1.0.221
Yury Delendik 11 years ago
parent
commit
6e4328d6e6
  1. 2
      bower.json
  2. 6
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 6
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

6
build/pdf.combined.js

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

4
build/pdf.js

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

6
build/pdf.worker.js vendored

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

2
package.json

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

Loading…
Cancel
Save