From b84f118b4d8ee9f8c4fd0663eb8b3db4ea19f08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 27 Jul 2018 00:06:26 +0200 Subject: [PATCH] Fix eslint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- js/controller/AppController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controller/AppController.js b/js/controller/AppController.js index 356d3f283..c2e4ef4cf 100644 --- a/js/controller/AppController.js +++ b/js/controller/AppController.js @@ -38,5 +38,5 @@ app.controller('AppController', function ($scope, $location, $http, $log, $rootS $scope.appNavigationHide = !$scope.appNavigationHide; console.log($scope.appNavigationHide); } - } + }; });