diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-04-23 15:11:41 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 20:39:51 -0400 |
commit | ad98cb167350b8d929b71bfeefc904c8964893dd (patch) | |
tree | 47288df5a25877efa1e41d60807e44f3eec68509 /tests/unit/all.html | |
parent | 556b2710f0f09b76909b92c751edc3f4243fa5c0 (diff) | |
download | jquery-ui-ad98cb167350b8d929b71bfeefc904c8964893dd.tar.gz jquery-ui-ad98cb167350b8d929b71bfeefc904c8964893dd.zip |
Form Reset: Add form reset mixin
Fixes #12638
Closes gh-1555
Diffstat (limited to 'tests/unit/all.html')
-rw-r--r-- | tests/unit/all.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/all.html b/tests/unit/all.html index 712887f63..c8352615a 100644 --- a/tests/unit/all.html +++ b/tests/unit/all.html @@ -25,6 +25,7 @@ "draggable/draggable.html", "droppable/droppable.html", "effects/effects.html", + "form-reset-mixin/form-reset-mixin.html", "menu/menu.html", "position/position.html", "progressbar/progressbar.html", |