popupWindows.js 258 B

12345678910111213
  1. /**
  2. @module preloader PopupWindows
  3. */
  4. require('./popupWindowsNoWeb3.js');
  5. require('./include/web3CurrentProvider.js');
  6. const Q = require('bluebird');
  7. const https = require('https');
  8. // make variables globally accessable
  9. window.Q = Q;
  10. window.https = https;