浏览代码

PDF.js version 1.6.404 - See mozilla/pdf.js@a719b71e5957ee513ebf43a4ff703926c629b553

Pdf Bot 8 年之前
父节点
当前提交
c238fbc08b
共有 8 个文件被更改,包括 11 次插入9 次删除
  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. 1 1
      build/pdf.worker.entry.js
  6. 2 2
      build/pdf.worker.js
  7. 1 1
      package.json
  8. 2 0
      web/compatibility.js

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.6.401",
+  "version": "1.6.404",
   "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.401';
- var pdfjsBuild = 'b629be0';
+ var pdfjsVersion = '1.6.404';
+ var pdfjsBuild = 'a719b71';
  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.401';
- var pdfjsBuild = 'b629be0';
+ var pdfjsVersion = '1.6.404';
+ var pdfjsBuild = 'a719b71';
  var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
  var pdfjsLibs = {};
  (function pdfjsWrapper() {

文件差异内容过多而无法显示
+ 0 - 0
build/pdf.min.js


+ 1 - 1
build/pdf.worker.entry.js

@@ -12,7 +12,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+/* eslint-disable strict */
 
 (typeof window !== 'undefined' ? window : {}).pdfjsDistBuildPdfWorker =
   require('./pdf.worker.js');
-

+ 2 - 2
build/pdf.worker.js

@@ -23,8 +23,8 @@
  }
 }(this, function (exports) {
  'use strict';
- var pdfjsVersion = '1.6.401';
- var pdfjsBuild = 'b629be0';
+ var pdfjsVersion = '1.6.404';
+ var pdfjsBuild = 'a719b71';
  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.401",
+  "version": "1.6.404",
   "main": "build/pdf.js",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [

+ 2 - 0
web/compatibility.js

@@ -12,6 +12,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+/* eslint strict: ["error", "function"] */
+/* eslint-disable no-extend-native */
 /* globals VBArray, PDFJS */
 
 (function compatibilityWrapper() {

部分文件因为文件数量过多而无法显示