mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #4970 from yurydelendik/AnnotationUtils
Fixes AnnotationUtils in the extension build
This commit is contained in:
commit
7a83291c14
3 changed files with 4 additions and 4 deletions
|
@ -318,8 +318,6 @@ var Annotation = (function AnnotationClosure() {
|
|||
|
||||
return Annotation;
|
||||
})();
|
||||
PDFJS.Annotation = Annotation;
|
||||
|
||||
|
||||
var WidgetAnnotation = (function WidgetAnnotationClosure() {
|
||||
|
||||
|
|
|
@ -250,3 +250,4 @@ var AnnotationUtils = (function AnnotationUtilsClosure() {
|
|||
getHtmlElement: getHtmlElement
|
||||
};
|
||||
})();
|
||||
PDFJS.AnnotationUtils = AnnotationUtils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue