mirror of https://github.com/embarklabs/embark.git
check for self
This commit is contained in:
parent
3fb4d86e67
commit
5d67917326
|
@ -1 +1 @@
|
|||
var __mainContext = __mainContext || this;
|
||||
var __mainContext = __mainContext || (typeof self !== 'undefined' ? self : this);
|
||||
|
|
Loading…
Reference in New Issue