| 1 | // This file is in JavaScript because we can't figure out how to get brunch to compile it bare. |
| 2 | |
| 3 | if(typeof window !== 'undefined' || !self.importScripts) |
| 4 | throw "Attempt to load worker_world into main window instead of web worker."; |
nothing calls this directly
no test coverage detected