diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 10:48:20 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:56 -0400 |
commit | 641c5ed17a302bcc7cdf395461efdfa12640fcbf (patch) | |
tree | 4cc75f5b543f8daede2b0cd04ac83afbf33a46d7 /tests/unit/checkboxradio/common.js | |
parent | 6169099229497aa83ba1eea0875846d52cd89eb8 (diff) | |
download | jquery-ui-641c5ed17a302bcc7cdf395461efdfa12640fcbf.tar.gz jquery-ui-641c5ed17a302bcc7cdf395461efdfa12640fcbf.zip |
Checkboxradio: Style updates
Diffstat (limited to 'tests/unit/checkboxradio/common.js')
-rw-r--r-- | tests/unit/checkboxradio/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/checkboxradio/common.js b/tests/unit/checkboxradio/common.js index 0dd663d07..5e03cc9df 100644 --- a/tests/unit/checkboxradio/common.js +++ b/tests/unit/checkboxradio/common.js @@ -17,6 +17,6 @@ common.testWidget( "checkboxradio", { // Callbacks create: null } -}); +} ); } ); |