Skip to content

Commit ceccf50

Browse files
robertbrignullscottgonzalez
authored andcommitted
Demos: Fix a typo with an extra semicolon
Closes jquerygh-1812
1 parent 39bbe70 commit ceccf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/effect/easing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
canvas.width = width;
3535
canvas.height = height;
3636
var drawHeight = height * 0.8,
37-
cradius = 10;
37+
cradius = 10,
3838
ctx = canvas.getContext( "2d" );
3939
ctx.fillStyle = "black";
4040

0 commit comments

Comments
 (0)