From 20c7d7fe62b1bfd15975f6b0ce58da598f5f8195 Mon Sep 17 00:00:00 2001 From: Gordon Hall Date: Tue, 3 Jun 2014 10:35:24 -0400 Subject: [PATCH] fixed ref error in shell.js --- index.html | 2 +- js/shell.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e4df15843..132da9e46 100644 --- a/index.html +++ b/index.html @@ -736,7 +736,7 @@ on supported browsers please check http://www.w - + diff --git a/js/shell.js b/js/shell.js index d92a3139c..de3ce38fc 100644 --- a/js/shell.js +++ b/js/shell.js @@ -14,7 +14,7 @@ if (typeof module !== 'undefined') module = { exports: null }; // are we running in copay shell? - if (process && process.type === 'renderer') initCopayShellBindings(); + if (window.process && process.type === 'renderer') initCopayShellBindings(); function controller(name) { return angular.element(