Browse Source

PDF.js version 1.0.480

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

2
bower.json

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

6
build/pdf.combined.js

@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.478';
PDFJS.build = '4b43c99';
PDFJS.version = '1.0.480';
PDFJS.build = '2642583';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -1348,7 +1348,7 @@ PDFJS.createPromiseCapability = createPromiseCapability; @@ -1348,7 +1348,7 @@ PDFJS.createPromiseCapability = createPromiseCapability;
then: function Promise_then(onResolve, onReject) {
var nextPromise = new Promise(function (resolve, reject) {
this.resolve = reject;
this.resolve = resolve;
this.reject = reject;
});
this._handlers.push({

6
build/pdf.js

@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.478';
PDFJS.build = '4b43c99';
PDFJS.version = '1.0.480';
PDFJS.build = '2642583';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -1348,7 +1348,7 @@ PDFJS.createPromiseCapability = createPromiseCapability; @@ -1348,7 +1348,7 @@ PDFJS.createPromiseCapability = createPromiseCapability;
then: function Promise_then(onResolve, onReject) {
var nextPromise = new Promise(function (resolve, reject) {
this.resolve = reject;
this.resolve = resolve;
this.reject = reject;
});
this._handlers.push({

6
build/pdf.worker.js vendored

@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.478';
PDFJS.build = '4b43c99';
PDFJS.version = '1.0.480';
PDFJS.build = '2642583';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -1348,7 +1348,7 @@ PDFJS.createPromiseCapability = createPromiseCapability; @@ -1348,7 +1348,7 @@ PDFJS.createPromiseCapability = createPromiseCapability;
then: function Promise_then(onResolve, onReject) {
var nextPromise = new Promise(function (resolve, reject) {
this.resolve = reject;
this.resolve = resolve;
this.reject = reject;
});
this._handlers.push({

2
package.json

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

Loading…
Cancel
Save