From 92cba4e78239e2e7499e2d3278134d837049e5f7 Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 6 Apr 2013 18:10:29 +0200 Subject: [PATCH] missing semicolon --- src/main/webapp/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index 9c52b21b..7309c57e 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -112,7 +112,7 @@ module.controller('CategoryTreeCtrl', function($scope, $timeout, $stateParams, }; var rootUnreadCount = function() { - return unreadCount($scope.SubscriptionService.subscriptions) + return unreadCount($scope.SubscriptionService.subscriptions); }; $scope.$watch(rootUnreadCount, function(value) {