mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
[GeckoView] Avoid bundling the AltTextManager
class, since it's unused
This commit is contained in:
parent
561aea530b
commit
e2b7896826
6 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
const AltTextManager = null;
|
||||
const AnnotationEditorParams = null;
|
||||
const PDFAttachmentViewer = null;
|
||||
const PDFCursorTools = null;
|
||||
|
@ -26,6 +27,7 @@ const PDFThumbnailViewer = null;
|
|||
const SecondaryToolbar = null;
|
||||
|
||||
export {
|
||||
AltTextManager,
|
||||
AnnotationEditorParams,
|
||||
PDFAttachmentViewer,
|
||||
PDFCursorTools,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue