update components

This commit is contained in:
Luke Pulverenti 2016-06-11 11:55:39 -04:00
parent 84945cabc4
commit ab2d2eaf94
111 changed files with 4302 additions and 3100 deletions

View file

@ -535,7 +535,7 @@
ctx.fillStyle = "black";
ctx.font = "15px Arial";
legend = event.type;
if (event.name) legend+= ':' + event.name;
if (event.name !== undefined) legend+= ':' + event.name;
ctx.fillText(legend,5,yoffset+15);