fixed ref error in shell.js

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

View File

@ -736,7 +736,7 @@ on supported browsers please check <a href="http://www.webrtc.org/">http://www.w
<script src="config.js"></script>
<!-- <script src="js/shell.js"></script> -->
<script src="js/shell.js"></script>
<script src="lib/angular/angular.min.js"></script>
<script src="lib/moment/moment.js"></script>
<script src="lib/angular-moment/angular-moment.js"></script>

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(