Fix
This commit is contained in:
parent
9c871a2606
commit
8819db71d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').factory('isChromeApp', function nodeWebkitFactory(nodeWebkit) {
|
||||
angular.module('copayApp.services').factory('isChromeApp', function(nodeWebkit) {
|
||||
return !!(window.chrome && chrome.runtime && chrome.runtime.id && !nodeWebkit.isDefined());
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue