embark/lib/contracts/code_templates/main-context.js.ejs
2018-07-25 16:03:52 -05:00

6 lines
143 B
Plaintext

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