diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-05 04:34:38 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-05 04:34:38 +0000 |
commit | 65172cdeb21e940d43db3707a6469db944557704 (patch) | |
tree | 166a4892891f7a3e63315e847425799e56e43213 /tests | |
parent | fc9ebfb3f448f64adbbfa986fd40781cf671e084 (diff) | |
download | jquery-ui-65172cdeb21e940d43db3707a6469db944557704.tar.gz jquery-ui-65172cdeb21e940d43db3707a6469db944557704.zip |
accordion defaults in alpha order
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/accordion/accordion_defaults.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/accordion/accordion_defaults.js b/tests/unit/accordion/accordion_defaults.js index 96482a2a1..78561ca36 100644 --- a/tests/unit/accordion/accordion_defaults.js +++ b/tests/unit/accordion/accordion_defaults.js @@ -6,8 +6,8 @@ var accordion_defaults = { active: null, animated: false, autoHeight: true, - collapsible: false, clearStyle: false, + collapsible: false, disabled: false, event: "click", fillSpace: false, |