summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-22 16:06:19 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-22 16:06:19 +0100
commit8afd5adfcf6f7ec78eddb96b77efcd316a0a0293 (patch)
treeecd06129c779d170b083023db63604eceded641c /js/controller
parent60ac229e36b1e2b07773dc93fc9bacdb2016df40 (diff)
fix scrutinizer warnings
Diffstat (limited to 'js/controller')
-rw-r--r--js/controller/ExploreController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controller/ExploreController.js b/js/controller/ExploreController.js
index f385d277a..4bc3a6d3e 100644
--- a/js/controller/ExploreController.js
+++ b/js/controller/ExploreController.js
@@ -13,7 +13,7 @@ app.controller('ExploreController', function (sites, $rootScope, FeedResource) {
this.sites = sites;
this.feedExists = function (location) {
- return FeedResource.getByLocation(location) !== undefined;
+ return FeedResource.getByLocation(location) !== undefined;
};
this.subscribeTo = function (location) {