rm all services

This commit is contained in:
Matias Alejo Garcia 2016-05-31 10:45:59 -03:00
commit 36cf4f0560
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
6 changed files with 42 additions and 46 deletions

View file

@ -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');