From fe75984e53d27ec1291c8fcd1e2691ad3c58c1a0 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Sun, 16 Nov 2014 10:37:23 +0000 Subject: [PATCH] Easing: Fixed small typo in easing demo --- demos/effect/easing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/effect/easing.html b/demos/effect/easing.html index aa5bccbc6f5..c70786d7309 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -96,7 +96,7 @@
-

All easings provided by jQuery UI are drawn above, using a HTML canvas element. Click a diagram to see the easing in action.

+

All easings provided by jQuery UI are drawn above, using an HTML canvas element. Click a diagram to see the easing in action.