diff options
author | Rafael Xavier de Souza <rxaviers@gmail.com> | 2013-05-08 09:39:27 -0300 |
---|---|---|
committer | Rafael Xavier de Souza <rxaviers@gmail.com> | 2013-06-22 12:05:31 -0300 |
commit | bfa553c42d001bf4356a1777d257e919a5fb5ea5 (patch) | |
tree | 14690353250dacc2363ffba1a772b51ee56614b0 /demos/animate/index.html | |
parent | 1f4f002cf7b4c3666e6e7e9f80414cf9b7b2c2b3 (diff) | |
download | jquery-ui-bfa553c42d001bf4356a1777d257e919a5fb5ea5.tar.gz jquery-ui-bfa553c42d001bf4356a1777d257e919a5fb5ea5.zip |
Effects (core): Unite demos into the same single effect/ path
Diffstat (limited to 'demos/animate/index.html')
-rw-r--r-- | demos/animate/index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/demos/animate/index.html b/demos/animate/index.html deleted file mode 100644 index 3620fd7c5..000000000 --- a/demos/animate/index.html +++ /dev/null @@ -1,14 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <meta charset="utf-8"> - <title>jQuery UI Effects Demos</title> -</head> -<body> - -<ul> - <li><a href="default.html">Default functionality</a></li> -</ul> - -</body> -</html> |