mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
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:
commit
e9dbb233aa
1 changed files with 1 additions and 0 deletions
|
@ -137,4 +137,5 @@ DefaultAnnotationLayerFactory.prototype = {
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.AnnotationLayerBuilder = AnnotationLayerBuilder;
|
exports.AnnotationLayerBuilder = AnnotationLayerBuilder;
|
||||||
|
exports.DefaultAnnotationLayerFactory = DefaultAnnotationLayerFactory;
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue