Browse Source

PDF.js version 1.6.481 - See mozilla/pdf.js@2170eda9df013119835a21d5194e6d986397f4ac

Pdf Bot 8 years ago
parent
commit
5505a2ebd1
7 changed files with 8 additions and 9 deletions
  1. 1 1
      bower.json
  2. 2 2
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 0 0
      build/pdf.min.js
  5. 2 2
      build/pdf.worker.js
  6. 1 1
      package.json
  7. 0 1
      web/pdf_viewer.js

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.6.479",
+  "version": "1.6.481",
   "main": [
     "build/pdf.js",
     "build/pdf.worker.js"

+ 2 - 2
build/pdf.combined.js

@@ -23,8 +23,8 @@
  }
 }(this, function (exports) {
  'use strict';
- var pdfjsVersion = '1.6.479';
- var pdfjsBuild = 'ca74e15';
+ var pdfjsVersion = '1.6.481';
+ var pdfjsBuild = '2170eda';
  var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
  var pdfjsLibs = {};
  (function pdfjsWrapper() {

+ 2 - 2
build/pdf.js

@@ -23,8 +23,8 @@
  }
 }(this, function (exports) {
  'use strict';
- var pdfjsVersion = '1.6.479';
- var pdfjsBuild = 'ca74e15';
+ var pdfjsVersion = '1.6.481';
+ var pdfjsBuild = '2170eda';
  var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
  var pdfjsLibs = {};
  (function pdfjsWrapper() {

File diff suppressed because it is too large
+ 0 - 0
build/pdf.min.js


+ 2 - 2
build/pdf.worker.js

@@ -23,8 +23,8 @@
  }
 }(this, function (exports) {
  'use strict';
- var pdfjsVersion = '1.6.479';
- var pdfjsBuild = 'ca74e15';
+ var pdfjsVersion = '1.6.481';
+ var pdfjsBuild = '2170eda';
  var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
  var pdfjsLibs = {};
  (function pdfjsWrapper() {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.6.479",
+  "version": "1.6.481",
   "main": "build/pdf.js",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [

+ 0 - 1
web/pdf_viewer.js

@@ -1746,7 +1746,6 @@
      this.zoomLayer = null;
      this.annotationLayer = null;
      var div = document.createElement('div');
-     div.id = 'pageContainer' + this.id;
      div.className = 'page';
      div.style.width = Math.floor(this.viewport.width) + 'px';
      div.style.height = Math.floor(this.viewport.height) + 'px';

Some files were not shown because too many files changed in this diff