mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-26 00:47:21 +02:00
Merge pull request #21456 from Snuffleupagus/rm-classNamesForOutlining
Remove the unused `HighlightOutline.prototype.classNamesForOutlining` getter
This commit is contained in:
commit
7d3ec9da1e
@ -343,10 +343,6 @@ class HighlightOutline extends Outline {
|
|||||||
get box() {
|
get box() {
|
||||||
return this.#box;
|
return this.#box;
|
||||||
}
|
}
|
||||||
|
|
||||||
get classNamesForOutlining() {
|
|
||||||
return ["highlightOutline"];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class FreeHighlightOutliner extends FreeDrawOutliner {
|
class FreeHighlightOutliner extends FreeDrawOutliner {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user