Browse Source

Merge pull request #7191 from Snuffleupagus/export-DefaultAnnotationLayerFactory

Export the `DefaultAnnotationLayerFactory` to prevent the viewer components from breaking (PR 7172 followup)
Yury Delendik 9 years ago
parent
commit
e9dbb233aa
  1. 1
      web/annotation_layer_builder.js

1
web/annotation_layer_builder.js

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

Loading…
Cancel
Save