aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-10-25 06:15:30 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-25 06:15:30 -0400
commit8d35c03dfdb3d4368bf38b113e25c06a82129cd5 (patch)
treefa55f235966ec077747576eb32270c4da8469f0f /tests
parent054b208a9990fd71d30285e707ad53dae5a48247 (diff)
downloadjquery-ui-8d35c03dfdb3d4368bf38b113e25c06a82129cd5.tar.gz
jquery-ui-8d35c03dfdb3d4368bf38b113e25c06a82129cd5.zip
Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated option.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/accordion/accordion_common_deprecated.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/accordion/accordion_common_deprecated.js b/tests/unit/accordion/accordion_common_deprecated.js
index 0ce36991c..3b1e0f4fe 100644
--- a/tests/unit/accordion/accordion_common_deprecated.js
+++ b/tests/unit/accordion/accordion_common_deprecated.js
@@ -1,8 +1,7 @@
TestHelpers.commonWidgetTests( "accordion", {
defaults: {
active: 0,
- animate: null,
- animated: "slide",
+ animate: {},
collapsible: false,
disabled: false,
event: "click",