diff options
author | gnarf <gnarf@gnarf.net> | 2011-03-29 15:32:48 -0500 |
---|---|---|
committer | gnarf <gnarf@gnarf.net> | 2011-03-29 15:32:48 -0500 |
commit | 0c009730cef8a475c6d72a5b2b6d374971bfc7b5 (patch) | |
tree | 63fa658feee296ea83c922b070162f5593c8b717 /tests/unit/index.html | |
parent | 6fc98deef03b91b0ea2ed51be2708bdd2c61d479 (diff) | |
download | jquery-ui-0c009730cef8a475c6d72a5b2b6d374971bfc7b5.tar.gz jquery-ui-0c009730cef8a475c6d72a5b2b6d374971bfc7b5.zip |
unit tests: adding an empty effects unit test page
Diffstat (limited to 'tests/unit/index.html')
-rw-r--r-- | tests/unit/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/index.html b/tests/unit/index.html index a677023dc..5282d3f27 100644 --- a/tests/unit/index.html +++ b/tests/unit/index.html @@ -59,6 +59,11 @@ <li><a href="position/position.html">Position</a></li> </ul> +<h2>Effects</h2> +<ul> + <li><a href="effects/effects.html">Effects</a></li> +</ul> + </body> </html> |