babel/lib/6to5/templates/self-global.js
Ingvar Stepanyan a69f095720 Fix runtime injection in Web Worker.
Web Workers don't have `window` object but they have `self`
(which is available in regular windows as well).
2014-11-22 14:14:42 +02:00

2 lines
46 B
JavaScript

typeof global === "undefined" ? self : global