Преглед изворни кода

PDF.js version 1.3.96 - See mozilla/pdf.js@0a21c8c365ef7f0427cdcf7ea78cc31d00c97c07

Pdf Bot пре 9 година
родитељ
комит
6917e3b263
5 измењених фајлова са 14 додато и 11 уклоњено
  1. 1 1
      bower.json
  2. 4 3
      build/pdf.combined.js
  3. 4 3
      build/pdf.js
  4. 4 3
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 4 - 3
build/pdf.combined.js

@@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.3.94';
-PDFJS.build = 'f1c64b6';
+PDFJS.version = '1.3.96';
+PDFJS.build = '0a21c8c';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -673,6 +673,8 @@ var Uint32ArrayView = (function Uint32ArrayViewClosure() {
   return Uint32ArrayView;
 })();
 
+exports.Uint32ArrayView = Uint32ArrayView;
+
 var IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0];
 
 var Util = PDFJS.Util = (function UtilClosure() {
@@ -1697,7 +1699,6 @@ exports.PasswordResponses = PasswordResponses;
 exports.StatTimer = StatTimer;
 exports.StreamType = StreamType;
 exports.TextRenderingMode = TextRenderingMode;
-exports.Uint32ArrayView = Uint32ArrayView;
 exports.UnexpectedResponseException = UnexpectedResponseException;
 exports.UnknownErrorException = UnknownErrorException;
 exports.Util = Util;

+ 4 - 3
build/pdf.js

@@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.3.94';
-PDFJS.build = 'f1c64b6';
+PDFJS.version = '1.3.96';
+PDFJS.build = '0a21c8c';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -673,6 +673,8 @@ var Uint32ArrayView = (function Uint32ArrayViewClosure() {
   return Uint32ArrayView;
 })();
 
+exports.Uint32ArrayView = Uint32ArrayView;
+
 var IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0];
 
 var Util = PDFJS.Util = (function UtilClosure() {
@@ -1697,7 +1699,6 @@ exports.PasswordResponses = PasswordResponses;
 exports.StatTimer = StatTimer;
 exports.StreamType = StreamType;
 exports.TextRenderingMode = TextRenderingMode;
-exports.Uint32ArrayView = Uint32ArrayView;
 exports.UnexpectedResponseException = UnexpectedResponseException;
 exports.UnknownErrorException = UnknownErrorException;
 exports.Util = Util;

+ 4 - 3
build/pdf.worker.js

@@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.3.94';
-PDFJS.build = 'f1c64b6';
+PDFJS.version = '1.3.96';
+PDFJS.build = '0a21c8c';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -673,6 +673,8 @@ var Uint32ArrayView = (function Uint32ArrayViewClosure() {
   return Uint32ArrayView;
 })();
 
+exports.Uint32ArrayView = Uint32ArrayView;
+
 var IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0];
 
 var Util = PDFJS.Util = (function UtilClosure() {
@@ -1697,7 +1699,6 @@ exports.PasswordResponses = PasswordResponses;
 exports.StatTimer = StatTimer;
 exports.StreamType = StreamType;
 exports.TextRenderingMode = TextRenderingMode;
-exports.Uint32ArrayView = Uint32ArrayView;
 exports.UnexpectedResponseException = UnexpectedResponseException;
 exports.UnknownErrorException = UnknownErrorException;
 exports.Util = Util;

+ 1 - 1
package.json

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