|
|
@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.3.22'; |
|
|
|
PDFJS.version = '1.3.24'; |
|
|
|
PDFJS.build = 'aa75c4f'; |
|
|
|
PDFJS.build = 'dcd2812'; |
|
|
|
|
|
|
|
|
|
|
|
(function pdfjsWrapper() { |
|
|
|
(function pdfjsWrapper() { |
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
@ -11983,6 +11983,7 @@ var Annotation = (function AnnotationClosure() { |
|
|
|
data.subtype = dict.get('Subtype').name; |
|
|
|
data.subtype = dict.get('Subtype').name; |
|
|
|
|
|
|
|
|
|
|
|
this.setFlags(dict.get('F')); |
|
|
|
this.setFlags(dict.get('F')); |
|
|
|
|
|
|
|
data.annotationFlags = this.flags; |
|
|
|
|
|
|
|
|
|
|
|
this.setRectangle(dict.get('Rect')); |
|
|
|
this.setRectangle(dict.get('Rect')); |
|
|
|
data.rect = this.rectangle; |
|
|
|
data.rect = this.rectangle; |
|
|
|