diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 10:48:51 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:57 -0400 |
commit | 3a30eef1c1e4c2608db8b621f2c3fb947380a703 (patch) | |
tree | f67d4c97111234eecc0a8a3f55471b65c1da64e8 /tests/unit/controlgroup/common.js | |
parent | 641c5ed17a302bcc7cdf395461efdfa12640fcbf (diff) | |
download | jquery-ui-3a30eef1c1e4c2608db8b621f2c3fb947380a703.tar.gz jquery-ui-3a30eef1c1e4c2608db8b621f2c3fb947380a703.zip |
Controlgroup: Style updates
Diffstat (limited to 'tests/unit/controlgroup/common.js')
-rw-r--r-- | tests/unit/controlgroup/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controlgroup/common.js b/tests/unit/controlgroup/common.js index 4dc86afbd..e072535d2 100644 --- a/tests/unit/controlgroup/common.js +++ b/tests/unit/controlgroup/common.js @@ -23,6 +23,6 @@ common.testWidget( "controlgroup", { // Callbacks create: null } -}); +} ); } ); |