From c819b6224603943407d984ec81166a08c077f0dc Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Thu, 20 Aug 2015 11:41:05 +0200 Subject: [PATCH] Add missing semicolon. --- accountant/frontend/static/js/entries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accountant/frontend/static/js/entries.js b/accountant/frontend/static/js/entries.js index 6d4a940..ac2d622 100644 --- a/accountant/frontend/static/js/entries.js +++ b/accountant/frontend/static/js/entries.js @@ -90,7 +90,7 @@ accountantApp $scope.brightenColor = function(color) { brightness = 0.2; - return Highcharts.Color(color).brighten(brightness).get() + return Highcharts.Color(color).brighten(brightness).get(); }; // Load categories, mainly to populate the pie chart.