Export the DefaultAnnotationLayerFactory to prevent the viewer components from breaking (PR 7172 followup)

This commit is contained in:
Jonas Jenwald 2016-04-13 17:42:04 +02:00
parent 6282ec24d1
commit c98f25145f

View File

@ -137,4 +137,5 @@ DefaultAnnotationLayerFactory.prototype = {
};
exports.AnnotationLayerBuilder = AnnotationLayerBuilder;
exports.DefaultAnnotationLayerFactory = DefaultAnnotationLayerFactory;
}));