GoScrobble/web/node_modules/raf/window.js

6 lines
69 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
try {
module.exports = window
} catch(e) {
module.exports = {}
}