From 88fd1aa78b1d465a770ef83591f6030e1e87a8fe Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Wed, 18 Jun 2014 16:58:11 -0500 Subject: [PATCH] Removes PDFJS.Annotation --- src/core/annotation.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/annotation.js b/src/core/annotation.js index 0d55bd882..c0219529f 100644 --- a/src/core/annotation.js +++ b/src/core/annotation.js @@ -318,8 +318,6 @@ var Annotation = (function AnnotationClosure() { return Annotation; })(); -PDFJS.Annotation = Annotation; - var WidgetAnnotation = (function WidgetAnnotationClosure() {