From 8afd5adfcf6f7ec78eddb96b77efcd316a0a0293 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 22 Mar 2015 16:06:19 +0100 Subject: fix scrutinizer warnings --- js/controller/ExploreController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/controller/ExploreController.js') 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) { -- cgit v1.2.3