summaryrefslogtreecommitdiffstats
path: root/js/controller/ExploreController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/ExploreController.js')
-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) {