Skip to content

Commit

Permalink
Merge pull request #35 from emsk/missing-commas
Browse files Browse the repository at this point in the history
Add missing commas
  • Loading branch information
debugger22 committed Nov 11, 2016
2 parents e995be6 + 819cf46 commit 7a98329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/public/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ var scale_factor = 6,
max_life = 20000;

var svg_background_color_online = '#0288D1',
svg_background_color_offline = '#E91E63'
svg_background_color_offline = '#E91E63',
svg_text_color = '#FFFFFF',
newuser_box_color = 'rgb(41, 128, 185)',
push_color = 'rgb(155, 89, 182)',
issue_color = 'rgb(46, 204, 113)',
pull_request_color = 'rgb(46, 204, 113)',
comment_color = 'rgb(46, 204, 113)'
comment_color = 'rgb(46, 204, 113)',
edit_color = '#fff',
total_sounds = 51;

Expand Down

0 comments on commit 7a98329

Please sign in to comment.