Demos: Fix a typo with an extra semicolon

Closes gh-1812
This commit is contained in:
Robert Brignull 2017-05-07 21:30:16 +01:00 committed by Scott González
parent 39bbe70b54
commit ceccf507be

View File

@ -34,7 +34,7 @@
canvas.width = width;
canvas.height = height;
var drawHeight = height * 0.8,
cradius = 10;
cradius = 10,
ctx = canvas.getContext( "2d" );
ctx.fillStyle = "black";