Browse Source

PDF.js version 1.0.398

master v1.0.398
Yury Delendik 11 years ago
parent
commit
dd4c06677b
  1. 2
      bower.json
  2. 7
      build/pdf.combined.js
  3. 5
      build/pdf.js
  4. 6
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

7
build/pdf.combined.js

@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { @@ -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() { @@ -6425,6 +6425,7 @@ var AnnotationUtils = (function AnnotationUtilsClosure() {
getHtmlElement: getHtmlElement
};
})();
PDFJS.AnnotationUtils = AnnotationUtils;
@ -16760,8 +16761,6 @@ var Annotation = (function AnnotationClosure() { @@ -16760,8 +16761,6 @@ var Annotation = (function AnnotationClosure() {
return Annotation;
})();
PDFJS.Annotation = Annotation;
var WidgetAnnotation = (function WidgetAnnotationClosure() {

5
build/pdf.js

@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { @@ -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() { @@ -6469,6 +6469,7 @@ var AnnotationUtils = (function AnnotationUtilsClosure() {
getHtmlElement: getHtmlElement
};
})();
PDFJS.AnnotationUtils = AnnotationUtils;
}).call((typeof window === 'undefined') ? this : window);

6
build/pdf.worker.js vendored

@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { @@ -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() { @@ -11925,8 +11925,6 @@ var Annotation = (function AnnotationClosure() {
return Annotation;
})();
PDFJS.Annotation = Annotation;
var WidgetAnnotation = (function WidgetAnnotationClosure() {

2
package.json

@ -1,6 +1,6 @@ @@ -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",

Loading…
Cancel
Save