清空
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
module.exports = (function () {
|
||||
if (typeof self !== 'undefined') {
|
||||
return self;
|
||||
} else if (typeof window !== 'undefined') {
|
||||
return window;
|
||||
} else {
|
||||
return Function('return this')(); // eslint-disable-line no-new-func
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user