Show More
Commit Description:
fig bugs in login report
Commit Description:
fig bugs in login report
References:
File last commit:
Show/Diff file:
Action:
node_modules/core-js/modules/_global.js
| 6 lines
| 369 B
| application/javascript
| JavascriptLexer
|
r789 | // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 | |||
var global = module.exports = typeof window != 'undefined' && window.Math == Math | ||||
? window : typeof self != 'undefined' && self.Math == Math ? self | ||||
// eslint-disable-next-line no-new-func | ||||
: Function('return this')(); | ||||
if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef | ||||