1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

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;