fixed ref error in shell.js

This commit is contained in:
Gordon Hall 2014-06-03 10:35:24 -04:00
commit 20c7d7fe62
2 changed files with 2 additions and 2 deletions

View file

@ -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(