mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-25 11:55:47 +00:00
simplify ternary re: __mainContext
and this
This commit is contained in:
parent
b823b6ebca
commit
567e4c8859
@ -1,5 +1,3 @@
|
|||||||
var __mainContext = __mainContext || (
|
var __mainContext = __mainContext || (
|
||||||
typeof this !== 'undefined' ? this : (
|
this ? this : typeof self !== 'undefined' ? self : void 0
|
||||||
typeof self !== 'undefined' ? self : void 0
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user