embark-area-51/lib/contracts/code_templates/main-context.js.ejs

6 lines
143 B
Plaintext
Raw Normal View History

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