diff options
author | Anne-Gaelle Colom <coloma@westminster.ac.uk> | 2014-11-16 10:37:23 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-11-17 10:31:37 -0500 |
commit | fe75984e53d27ec1291c8fcd1e2691ad3c58c1a0 (patch) | |
tree | b8e8ab707625694a438afdbce4dce8583ee67f11 | |
parent | b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8 (diff) | |
download | jquery-ui-fe75984e53d27ec1291c8fcd1e2691ad3c58c1a0.tar.gz jquery-ui-fe75984e53d27ec1291c8fcd1e2691ad3c58c1a0.zip |
Easing: Fixed small typo in easing demo
-rw-r--r-- | demos/effect/easing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effect/easing.html b/demos/effect/easing.html index aa5bccbc6..c70786d73 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -96,7 +96,7 @@ <div id="graphs"></div> <div class="demo-description"> -<p><strong>All easings provided by jQuery UI are drawn above, using a HTML canvas element</strong>. Click a diagram to see the easing in action.</p> +<p><strong>All easings provided by jQuery UI are drawn above, using an HTML canvas element</strong>. Click a diagram to see the easing in action.</p> </div> </body> </html> |