check for self

This commit is contained in:
Michael Bradley, Jr 2018-07-19 20:45:40 -05:00 committed by Iuri Matias
parent 25b5b9a801
commit 4472077e08
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
var __mainContext = __mainContext || this;
var __mainContext = __mainContext || (typeof self !== 'undefined' ? self : this);