mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
This allows jQuery to be successfully loaded from a web worker since it does not have a document or window object by default. Previously it would log about missing methods and properties. Closes #228