mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
[GV] Add a viewer for GeckoView
This commit is contained in:
parent
8587ce6afd
commit
f19572c4cc
6 changed files with 763 additions and 134 deletions
|
@ -697,8 +697,7 @@ class ProgressBar {
|
|||
|
||||
#visible = true;
|
||||
|
||||
constructor(id) {
|
||||
const bar = document.getElementById(id);
|
||||
constructor(bar) {
|
||||
this.#classList = bar.classList;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue