rm all services
This commit is contained in:
parent
cfafb9a92c
commit
36cf4f0560
6 changed files with 42 additions and 46 deletions
|
|
@ -14,10 +14,6 @@ angular.module('copayApp.services').factory('nodeWebkit', function nodeWebkitFac
|
|||
}
|
||||
};
|
||||
|
||||
root.isDefined = function() {
|
||||
return isNodeWebkit();
|
||||
};
|
||||
|
||||
root.readFromClipboard = function() {
|
||||
if (!isNodeWebkit()) return;
|
||||
var gui = require('nw.gui');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue