Skip to content

Commit

Permalink
Fix JS Hint
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Sep 16, 2016
1 parent 2cf3a8c commit b0bf025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/js/controllers/currency-controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function CurrencyViewController($scope, $q, $translate, $timeout, BMA, UIUtils,
}
else {
$scope.loadingPeers = false;
};
}
};

$scope.refresh = function() {
Expand Down
6 changes: 3 additions & 3 deletions www/js/services/wot-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ angular.module('cesium.wot.services', ['ngResource', 'ngApi', 'cesium.bma.servic
reject(err);
});
});
})
})
});
});
},

getNewcomersRecursive = function(blocks, offset, size, maxResultSize) {
Expand All @@ -436,7 +436,7 @@ angular.module('cesium.wot.services', ['ngResource', 'ngApi', 'cesium.bma.servic
.catch(function(err) {
reject(err);
})
)
);
});

$q.all(jobs)
Expand Down

0 comments on commit b0bf025

Please sign in to comment.