Fix CSS reference

This commit is contained in:
Fernando Blat 2017-06-17 16:12:40 +02:00
parent caeeb5f44b
commit 1ac24f0a57
8 changed files with 1 additions and 8 deletions

View file

@ -50,7 +50,7 @@ function draw() {
textStyle(BOLD);
textSize(14);
for (var n = 0; n < nombres.length; n++) {
var nbr = String.toUpperCase(nombres[n]);
var nbr = nombres[n].toUpperCase();
fill(255);
noStroke();
fill(0);