Просмотр исходного кода

PDF.js version 1.2.123 - See mozilla/pdf.js@99f9b523c2c4092d370934612338956f566edf2d

Pdf Bot 9 лет назад
Родитель
Сommit
f06a7c3c24
7 измененных файлов с 12 добавлено и 18 удалено
  1. 1 1
      bower.json
  2. 4 4
      build/pdf.combined.js
  3. 2 4
      build/pdf.js
  4. 4 4
      build/pdf.worker.js
  5. 1 1
      package.json
  6. 0 2
      web/compatibility.js
  7. 0 2
      web/pdf_viewer.js

+ 1 - 1
bower.json

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

+ 4 - 4
build/pdf.combined.js

@@ -1,5 +1,3 @@
-/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
 /* Copyright 2012 Mozilla Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.2.121';
-PDFJS.build = '37f511c';
+PDFJS.version = '1.2.123';
+PDFJS.build = '99f9b52';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -41707,6 +41705,7 @@ var ArithmeticDecoder = (function ArithmeticDecoderClosure() {
 })();
 
 
+
 var JpegImage = (function jpegImage() {
   var dctZigZag = new Uint8Array([
      0,
@@ -46385,6 +46384,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() {
 })();
 
 
+
 var MurmurHash3_64 = (function MurmurHash3_64Closure (seed) {
   // Workaround for missing math precison in JS.
   var MASK_HIGH = 0xffff0000;

+ 2 - 4
build/pdf.js

@@ -1,5 +1,3 @@
-/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
 /* Copyright 2012 Mozilla Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.2.121';
-PDFJS.build = '37f511c';
+PDFJS.version = '1.2.123';
+PDFJS.build = '99f9b52';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 4 - 4
build/pdf.worker.js

@@ -1,5 +1,3 @@
-/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
 /* Copyright 2012 Mozilla Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.2.121';
-PDFJS.build = '37f511c';
+PDFJS.version = '1.2.123';
+PDFJS.build = '99f9b52';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -35126,6 +35124,7 @@ var ArithmeticDecoder = (function ArithmeticDecoderClosure() {
 })();
 
 
+
 var JpegImage = (function jpegImage() {
   var dctZigZag = new Uint8Array([
      0,
@@ -39804,6 +39803,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() {
 })();
 
 
+
 var MurmurHash3_64 = (function MurmurHash3_64Closure (seed) {
   // Workaround for missing math precison in JS.
   var MASK_HIGH = 0xffff0000;

+ 1 - 1
package.json

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

+ 0 - 2
web/compatibility.js

@@ -1,5 +1,3 @@
-/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
 /* Copyright 2012 Mozilla Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

+ 0 - 2
web/pdf_viewer.js

@@ -1,5 +1,3 @@
-/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
 /* Copyright 2014 Mozilla Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");