Add missing semicolon.
This commit is contained in:
parent
7840cfc4ad
commit
c819b62246
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user