From c587cbdfa6db0656ec674bc15ad75c41173ac5e9 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 19 Jul 2018 20:45:40 -0500 Subject: [PATCH] check for self --- lib/contracts/code_templates/main-context.js.ejs | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/contracts/code_templates/main-context.js.ejs diff --git a/lib/contracts/code_templates/main-context.js.ejs b/lib/contracts/code_templates/main-context.js.ejs new file mode 100644 index 000000000..53fa09d22 --- /dev/null +++ b/lib/contracts/code_templates/main-context.js.ejs @@ -0,0 +1 @@ +var __mainContext = __mainContext || (typeof self !== 'undefined' ? self : this);