missing semicolon
This commit is contained in:
parent
019e534a4f
commit
65263ff577
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ angular.module('copayApp.services').factory('bitcoincomService', function($http,
|
||||||
title: 'Tools',
|
title: 'Tools',
|
||||||
icon: 'icon-tools',
|
icon: 'icon-tools',
|
||||||
href: 'http://tools.bitcoin.com'
|
href: 'http://tools.bitcoin.com'
|
||||||
}
|
};
|
||||||
|
|
||||||
var _getBitPay = function(endpoint) {
|
var _getBitPay = function(endpoint) {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue