Skip to content

Commit 9158eb1

Browse files
authored
Merge pull request #35 from emsk/missing-commas
Add missing commas
2 parents 2aa2218 + 308e193 commit 9158eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)