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

Merge pull request #18724 from Snuffleupagus/highlight-rm-l10nPromise

Remove ununsed static `HighlightEditor._l10nPromise` field
This commit is contained in:
Jonas Jenwald 2024-09-10 15:59:25 +02:00 committed by GitHub
commit 66ed4b9e25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,8 +77,6 @@ class HighlightEditor extends AnnotationEditor {
static _defaultThickness = 12;
static _l10nPromise;
static _type = "highlight";
static _editorType = AnnotationEditorType.HIGHLIGHT;