Skip to content

Commit

Permalink
fix typ
Browse files Browse the repository at this point in the history
  • Loading branch information
toto committed Dec 17, 2015
1 parent 2aa743e commit b8c49af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/camp15/scraper.js
Expand Up @@ -188,7 +188,7 @@ colors[eventId + "-science"] = [111.0, 139.0, 49.0, 1.0]; // green
colors[eventId + "-entertainment"] = [98.0, 113.0, 152.0, 1.0]; // blue
colors[eventId + "-failosophy"] = [147.0, 97.0, 63.0, 1.0]; // brown
colors[eventId + "-ccc"] = [109.0, 109.0, 109.0, 1.0]; // grey
colors[eventId + "-self-orgnaized-sessions"] = [147.0, 97.0, 63.0, 1.0]; // brown
colors[eventId + "-self-organized-sessions"] = [147.0, 97.0, 63.0, 1.0]; // brown
colors[eventId + "-other"] = [109.0, 109.0, 109.0, 1.0]; // grey

var allFormats = {
Expand Down

1 comment on commit b8c49af

@johnjohndoe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.