[Pkg-javascript-commits] [pdf.js] 372/414: Export the `DefaultAnnotationLayerFactory` to prevent the viewer components from breaking (PR 7172 followup)

David Prévot taffit at moszumanska.debian.org
Tue Jun 28 17:12:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit c98f25145fe119efb7d12ce17d4c30fe8eaa510f
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Wed Apr 13 17:42:04 2016 +0200

    Export the `DefaultAnnotationLayerFactory` to prevent the viewer components from breaking (PR 7172 followup)
---
 web/annotation_layer_builder.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/annotation_layer_builder.js b/web/annotation_layer_builder.js
index 9a77bf5..ceca000 100644
--- a/web/annotation_layer_builder.js
+++ b/web/annotation_layer_builder.js
@@ -137,4 +137,5 @@ DefaultAnnotationLayerFactory.prototype = {
 };
 
 exports.AnnotationLayerBuilder = AnnotationLayerBuilder;
+exports.DefaultAnnotationLayerFactory = DefaultAnnotationLayerFactory;
 }));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list