mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-26 06:59:06 +00:00
simplify ternary re: __mainContext
and this
This commit is contained in:
parent
d3ffa90cb5
commit
ed5f18e579
@ -1,5 +1,3 @@
|
||||
var __mainContext = __mainContext || (
|
||||
typeof this !== 'undefined' ? this : (
|
||||
typeof self !== 'undefined' ? self : void 0
|
||||
)
|
||||
this ? this : typeof self !== 'undefined' ? self : void 0
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user