Fixes AnnotationUtils in the extension build

This commit is contained in:
Yury Delendik 2014-06-18 16:42:08 -05:00
parent 2282c98500
commit c1c950ce74
2 changed files with 4 additions and 2 deletions

View file

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