From c98f25145fe119efb7d12ce17d4c30fe8eaa510f Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Wed, 13 Apr 2016 17:42:04 +0200 Subject: [PATCH] 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 9a77bf5af..ceca000b9 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; }));