Browse Source

PDF.js version 1.0.913

master v1.0.913
Pdf Bot 10 years ago
parent
commit
1407798db7
  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.911", "version": "1.0.913",
"main": [ "main": [
"build/pdf.js", "build/pdf.js",
"build/pdf.worker.js" "build/pdf.worker.js"

6
build/pdf.combined.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.0.911'; PDFJS.version = '1.0.913';
PDFJS.build = '92d3d7f'; PDFJS.build = '419ba54';
(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
@ -11314,7 +11314,7 @@ var WidgetAnnotation = (function WidgetAnnotationClosure() {
var name = namedItem.get('T'); var name = namedItem.get('T');
if (name) { if (name) {
fieldName.unshift(stringToPDFString(name)); fieldName.unshift(stringToPDFString(name));
} else { } else if (parent && ref) {
// The field name is absent, that means more than one field // The field name is absent, that means more than one field
// with the same name may exist. Replacing the empty name // with the same name may exist. Replacing the empty name
// with the '`' plus index in the parent's 'Kids' array. // with the '`' plus index in the parent's 'Kids' array.

4
build/pdf.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.0.911'; PDFJS.version = '1.0.913';
PDFJS.build = '92d3d7f'; PDFJS.build = '419ba54';
(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

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.0.911'; PDFJS.version = '1.0.913';
PDFJS.build = '92d3d7f'; PDFJS.build = '419ba54';
(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
@ -5189,7 +5189,7 @@ var WidgetAnnotation = (function WidgetAnnotationClosure() {
var name = namedItem.get('T'); var name = namedItem.get('T');
if (name) { if (name) {
fieldName.unshift(stringToPDFString(name)); fieldName.unshift(stringToPDFString(name));
} else { } else if (parent && ref) {
// The field name is absent, that means more than one field // The field name is absent, that means more than one field
// with the same name may exist. Replacing the empty name // with the same name may exist. Replacing the empty name
// with the '`' plus index in the parent's 'Kids' array. // with the '`' plus index in the parent's 'Kids' array.

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.0.911", "version": "1.0.913",
"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