Bladeren bron

PDF.js version 1.0.398

Yury Delendik 10 jaren geleden
bovenliggende
commit
dd4c06677b
5 gewijzigde bestanden met toevoegingen van 10 en 12 verwijderingen
  1. 1 1
      bower.json
  2. 3 4
      build/pdf.combined.js
  3. 3 2
      build/pdf.js
  4. 2 4
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 3 - 4
build/pdf.combined.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.395';
-PDFJS.build = 'c4ed02e';
+PDFJS.version = '1.0.398';
+PDFJS.build = '7a83291';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -6425,6 +6425,7 @@ var AnnotationUtils = (function AnnotationUtilsClosure() {
     getHtmlElement: getHtmlElement
   };
 })();
+PDFJS.AnnotationUtils = AnnotationUtils;
 
 
 
@@ -16760,8 +16761,6 @@ var Annotation = (function AnnotationClosure() {
 
   return Annotation;
 })();
-PDFJS.Annotation = Annotation;
-
 
 var WidgetAnnotation = (function WidgetAnnotationClosure() {
 

+ 3 - 2
build/pdf.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.395';
-PDFJS.build = 'c4ed02e';
+PDFJS.version = '1.0.398';
+PDFJS.build = '7a83291';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -6469,6 +6469,7 @@ var AnnotationUtils = (function AnnotationUtilsClosure() {
     getHtmlElement: getHtmlElement
   };
 })();
+PDFJS.AnnotationUtils = AnnotationUtils;
 
 
 }).call((typeof window === 'undefined') ? this : window);

+ 2 - 4
build/pdf.worker.js

@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.395';
-PDFJS.build = 'c4ed02e';
+PDFJS.version = '1.0.398';
+PDFJS.build = '7a83291';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -11925,8 +11925,6 @@ var Annotation = (function AnnotationClosure() {
 
   return Annotation;
 })();
-PDFJS.Annotation = Annotation;
-
 
 var WidgetAnnotation = (function WidgetAnnotationClosure() {
 

+ 1 - 1
package.json

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