mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Remove unused findStatusIcon
property from PDFFindBar
instances
The property is intended to contain a reference to a DOM element, which not only is nowhere to be found *now* but appears to never have existed in the first place.
This commit is contained in:
parent
6d804d657f
commit
b4edcce296
2 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@ class PDFFindBar {
|
|||
this.entireWord = options.entireWordCheckbox || null;
|
||||
this.findMsg = options.findMsg || null;
|
||||
this.findResultsCount = options.findResultsCount || null;
|
||||
this.findStatusIcon = options.findStatusIcon || null;
|
||||
this.findPreviousButton = options.findPreviousButton || null;
|
||||
this.findNextButton = options.findNextButton || null;
|
||||
this.findController = options.findController || null;
|
||||
|
|
|
@ -137,7 +137,6 @@ function getViewerConfiguration() {
|
|||
entireWordCheckbox: document.getElementById('findEntireWord'),
|
||||
findMsg: document.getElementById('findMsg'),
|
||||
findResultsCount: document.getElementById('findResultsCount'),
|
||||
findStatusIcon: document.getElementById('findStatusIcon'),
|
||||
findPreviousButton: document.getElementById('findPrevious'),
|
||||
findNextButton: document.getElementById('findNext'),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue