embark/lib/contracts/code_templates/main-context.js.ejs
Michael Bradley, Jr 4472077e08 check for self
2018-08-21 15:47:05 -04:00

2 lines
82 B
Plaintext

var __mainContext = __mainContext || (typeof self !== 'undefined' ? self : this);