mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
- FIX: Removed unnecessary .bind in worker_loader.js that broke Safari
This commit is contained in:
parent
0f0ba74660
commit
d22885a97c
1 changed files with 1 additions and 1 deletions
|
@ -49,4 +49,4 @@ function onMessageLoader(evt) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.onmessage = onMessageLoader.bind(this);
|
this.onmessage = onMessageLoader;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue