fixed ref error in shell.js
This commit is contained in:
parent
7c9e88e190
commit
20c7d7fe62
2 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue