mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +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