main
Last change
on this file since 0c6b92a was d565449, checked in by stefan toskovski <stefantoska84@…>, 3 months ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
298 bytes
|
Rev | Line | |
---|
[d565449] | 1 | import freeGlobal from './_freeGlobal.js';
|
---|
| 2 |
|
---|
| 3 | /** Detect free variable `self`. */
|
---|
| 4 | var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
---|
| 5 |
|
---|
| 6 | /** Used as a reference to the global object. */
|
---|
| 7 | var root = freeGlobal || freeSelf || Function('return this')();
|
---|
| 8 |
|
---|
| 9 | export default root;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.