1
0
Fork 0
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:
Jonas Jenwald 2014-06-19 00:44:42 +02:00
commit 7a83291c14
3 changed files with 4 additions and 4 deletions

View file

@ -318,8 +318,6 @@ var Annotation = (function AnnotationClosure() {
return Annotation;
})();
PDFJS.Annotation = Annotation;
var WidgetAnnotation = (function WidgetAnnotationClosure() {

View file

@ -250,3 +250,4 @@ var AnnotationUtils = (function AnnotationUtilsClosure() {
getHtmlElement: getHtmlElement
};
})();
PDFJS.AnnotationUtils = AnnotationUtils;