diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-10-27 16:05:52 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-10-27 16:05:52 -0400 |
commit | d4b0699578f5cfc3c69be13af64e2440214b112e (patch) | |
tree | 405fe3f9b21c23c61da106ae46da5a0e0e63d853 /tests/unit/checkboxradio/common.js | |
parent | 17b5386e8cb48c522ddb581a001fef5434e57f9a (diff) | |
download | jquery-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.js | 6 |
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 |