From de98e0b232509d5f40c135d540a70e415272ff85 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 May 2017 15:35:00 +0200 Subject: node_modules --- node_modules/core-js/modules/$.global.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 node_modules/core-js/modules/$.global.js (limited to 'node_modules/core-js/modules/$.global.js') diff --git a/node_modules/core-js/modules/$.global.js b/node_modules/core-js/modules/$.global.js new file mode 100644 index 000000000..df6efb476 --- /dev/null +++ b/node_modules/core-js/modules/$.global.js @@ -0,0 +1,4 @@ +// 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 : Function('return this')(); +if(typeof __g == 'number')__g = global; // eslint-disable-line no-undef \ No newline at end of file -- cgit v1.2.3