summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
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/build/app.js
parent60ac229e36b1e2b07773dc93fc9bacdb2016df40 (diff)
fix scrutinizer warnings
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index c8d8ede73..ff4f5d3f4 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -525,7 +525,7 @@ app.controller('ExploreController', ["sites", "$rootScope", "FeedResource", func
this.sites = sites;
this.feedExists = function (location) {
- return FeedResource.getByLocation(location) !== undefined;
+ return FeedResource.getByLocation(location) !== undefined;
};
this.subscribeTo = function (location) {