aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRobert Brignull <robertbrignull@gmail.com>2017-05-07 21:30:16 +0100
committerScott González <scott.gonzalez@gmail.com>2017-05-10 12:32:40 -0400
commitceccf507be95d48ac50b0fd2e0f0389831941664 (patch)
tree1e9960fbcc0e44eb356de3ff87a91dae1320c3f1 /demos
parent39bbe70b54269903de5b4949cf91f1a625f24c3e (diff)
downloadjquery-ui-ceccf507be95d48ac50b0fd2e0f0389831941664.tar.gz
jquery-ui-ceccf507be95d48ac50b0fd2e0f0389831941664.zip
Demos: Fix a typo with an extra semicolon
Closes gh-1812
Diffstat (limited to 'demos')
-rw-r--r--demos/effect/easing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effect/easing.html b/demos/effect/easing.html
index b22c69580..4bee1c41f 100644
--- a/demos/effect/easing.html
+++ b/demos/effect/easing.html
@@ -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";