oboe.js
oboe.js copied to clipboard
Removing reference to window object, to make oboe.js usable with web workers.
trafficstars
Line 2774 references window.location instead of location
Line 2788 references window.setTimeout instead of setTimeout
Simply changing these two lines so that they refer to the default global object instead window makes oboe.js usable in a web worker.
Linked Issue #225
ping @jimhigson
bump This is a blocking issue for using oboe.js with web workers, which results in a massive performance boost.