From ca2d52d57637d6a357ef5dd50076ec8069de0fb1 Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 31 May 2013 15:40:38 +0200 Subject: [PATCH] missing semicolons --- src/main/webapp/js/controllers.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index dc7a27c3..166e54d4 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -48,7 +48,7 @@ function($scope, FeedService, CategoryService, MobileService) { $scope.search = function() { $scope.$emit('emitFeedSearch'); - } + }; $scope.open = function() { $scope.sub = { @@ -593,7 +593,7 @@ function($scope, $state, $filter, $timeout, CategoryService) { } } return index; - } + }; $scope.focusPrevious = function(e) { var index = getCurrentIndex(); @@ -622,7 +622,7 @@ function($scope, $state, $filter, $timeout, CategoryService) { return; } $scope.goToFeed($scope.focus.id); - } + }; $scope.goToFeed = function(id) { $scope.close();