check for self

This commit is contained in:
Michael Bradley, Jr 2018-07-19 20:45:40 -05:00
parent 3fb4d86e67
commit 5d67917326
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);