Skip to content

Commit 308e193

Browse files
committed
Add missing commas
1 parent 2aa2218 commit 308e193

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/public/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ var scale_factor = 6,
1515
max_life = 20000;
1616

1717
var svg_background_color_online = '#0288D1',
18-
svg_background_color_offline = '#E91E63'
18+
svg_background_color_offline = '#E91E63',
1919
svg_text_color = '#FFFFFF',
2020
newuser_box_color = 'rgb(41, 128, 185)',
2121
push_color = 'rgb(155, 89, 182)',
2222
issue_color = 'rgb(46, 204, 113)',
2323
pull_request_color = 'rgb(46, 204, 113)',
24-
comment_color = 'rgb(46, 204, 113)'
24+
comment_color = 'rgb(46, 204, 113)',
2525
edit_color = '#fff',
2626
total_sounds = 51;
2727

0 commit comments

Comments
 (0)