mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Demos: Fix a typo with an extra semicolon
Closes gh-1812
This commit is contained in:
parent
39bbe70b54
commit
ceccf507be
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user