window.js 69 B

12345
  1. try {
  2. module.exports = window
  3. } catch(e) {
  4. module.exports = {}
  5. }