- FIX: Removed unnecessary .bind in worker_loader.js that broke Safari

This commit is contained in:
Harald Kirschner 2011-11-04 13:23:42 -07:00
parent 0f0ba74660
commit d22885a97c

View File

@ -49,4 +49,4 @@ function onMessageLoader(evt) {
} }
} }
this.onmessage = onMessageLoader.bind(this); this.onmessage = onMessageLoader;