Removes unused variable
This commit is contained in:
parent
cc88ddf295
commit
ff4041b5e5
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
|
||||||
var GLIDERA_LOCK_TIME = 6 * 60 * 60;
|
var GLIDERA_LOCK_TIME = 6 * 60 * 60;
|
||||||
var now = Math.floor(Date.now() / 1000);
|
var now = Math.floor(Date.now() / 1000);
|
||||||
var countDown;
|
var countDown;
|
||||||
var listeners = [];
|
|
||||||
|
|
||||||
$scope.init = function() {
|
$scope.init = function() {
|
||||||
$scope.loading = null;
|
$scope.loading = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue