reverted wrong CD fix

This commit is contained in:
Fabien Potencier 2011-12-26 22:17:17 +01:00
parent 83dbbb2691
commit 8282cd9f66

View File

@ -156,7 +156,7 @@
if (colors[event.name]) {
context.fillStyle = colors[event.name];
context.strokeStyle = colors[event.name];
} elseif (colors[event.category]) {
} else if (colors[event.category]) {
context.fillStyle = colors[event.category];
context.strokeStyle = colors[event.category];
} else {