Browse Source

PDF.js version 1.0.688

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

2
bower.json

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

8
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.686'; PDFJS.version = '1.0.688';
PDFJS.build = 'fa8d385'; PDFJS.build = 'e53a28c';
(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
@ -16700,7 +16700,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
break; break;
// Only generate info log messages for the following since // Only generate info log messages for the following since
// they are unlikey to have a big impact on the rendering. // they are unlikely to have a big impact on the rendering.
case 'OP': case 'OP':
case 'op': case 'op':
case 'OPM': case 'OPM':
@ -16734,7 +16734,9 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
setGStateForKey(gStateObj, key, value); setGStateForKey(gStateObj, key, value);
} }
return promise.then(function () { return promise.then(function () {
if (gStateObj.length >= 0) {
operatorList.addOp(OPS.setGState, [gStateObj]); operatorList.addOp(OPS.setGState, [gStateObj]);
}
}); });
}, },

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.686'; PDFJS.version = '1.0.688';
PDFJS.build = 'fa8d385'; PDFJS.build = 'e53a28c';
(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

8
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.686'; PDFJS.version = '1.0.688';
PDFJS.build = 'fa8d385'; PDFJS.build = 'e53a28c';
(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
@ -10706,7 +10706,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
break; break;
// Only generate info log messages for the following since // Only generate info log messages for the following since
// they are unlikey to have a big impact on the rendering. // they are unlikely to have a big impact on the rendering.
case 'OP': case 'OP':
case 'op': case 'op':
case 'OPM': case 'OPM':
@ -10740,7 +10740,9 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
setGStateForKey(gStateObj, key, value); setGStateForKey(gStateObj, key, value);
} }
return promise.then(function () { return promise.then(function () {
if (gStateObj.length >= 0) {
operatorList.addOp(OPS.setGState, [gStateObj]); operatorList.addOp(OPS.setGState, [gStateObj]);
}
}); });
}, },

2
package.json

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