1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

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;
}));