Merge pull request #758 from digitarald/fix-worker-bind
Removed unnecessary .bind in worker_loader.js that broke Safari
This commit is contained in:
commit
ac6d4ddb54
@ -49,4 +49,4 @@ function onMessageLoader(evt) {
|
||||
}
|
||||
}
|
||||
|
||||
this.onmessage = onMessageLoader.bind(this);
|
||||
this.onmessage = onMessageLoader;
|
||||
|
Loading…
Reference in New Issue
Block a user