embark/lib/contracts/code_templates/main-context.js.ejs
Michael Bradley, Jr c587cbdfa6
check for self
2018-10-23 10:05:25 +02:00

2 lines
82 B
Plaintext

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