aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/checkboxradio/common.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-10-27 16:05:52 -0400
committerScott González <scott.gonzalez@gmail.com>2015-10-27 16:05:52 -0400
commitd4b0699578f5cfc3c69be13af64e2440214b112e (patch)
tree405fe3f9b21c23c61da106ae46da5a0e0e63d853 /tests/unit/checkboxradio/common.js
parent17b5386e8cb48c522ddb581a001fef5434e57f9a (diff)
downloadjquery-ui-d4b0699578f5cfc3c69be13af64e2440214b112e.tar.gz
jquery-ui-d4b0699578f5cfc3c69be13af64e2440214b112e.zip
Checkboxradio: Test cleanup
Diffstat (limited to 'tests/unit/checkboxradio/common.js')
-rw-r--r--tests/unit/checkboxradio/common.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/checkboxradio/common.js b/tests/unit/checkboxradio/common.js
index 5e03cc9df..48c348a3e 100644
--- a/tests/unit/checkboxradio/common.js
+++ b/tests/unit/checkboxradio/common.js
@@ -6,13 +6,13 @@ define( [
common.testWidget( "checkboxradio", {
noDefaultElement: true,
defaults: {
- disabled: null,
- label: null,
- icon: true,
classes: {
"ui-checkboxradio-label": "ui-corner-all",
"ui-checkboxradio-icon": "ui-corner-all"
},
+ disabled: null,
+ icon: true,
+ label: null,
// Callbacks
create: null