mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-03 02:43:25 +00:00
mainContext -- fallback to this
, then self
, then undefined
This commit is contained in:
parent
33fdaefbdc
commit
1715338ed6
@ -1 +1,5 @@
|
|||||||
var __mainContext = __mainContext || (typeof self !== 'undefined' ? self : this);
|
var __mainContext = __mainContext || (
|
||||||
|
typeof this !== 'undefined' ? this : (
|
||||||
|
typeof self !== 'undefined' ? self : void 0
|
||||||
|
)
|
||||||
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user