Merge pull request #7191 from Snuffleupagus/export-DefaultAnnotationLayerFactory

Export the `DefaultAnnotationLayerFactory` to prevent the viewer components from breaking (PR 7172 followup)
This commit is contained in:
Yury Delendik 2016-04-13 10:50:15 -05:00
commit e9dbb233aa

View File

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