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/core.js | |
parent | 641c5ed17a302bcc7cdf395461efdfa12640fcbf (diff) | |
download | jquery-ui-3a30eef1c1e4c2608db8b621f2c3fb947380a703.tar.gz jquery-ui-3a30eef1c1e4c2608db8b621f2c3fb947380a703.zip |
Controlgroup: Style updates
Diffstat (limited to 'tests/unit/controlgroup/core.js')
-rw-r--r-- | tests/unit/controlgroup/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controlgroup/core.js b/tests/unit/controlgroup/core.js index 385e0cfd4..43acdd665 100644 --- a/tests/unit/controlgroup/core.js +++ b/tests/unit/controlgroup/core.js @@ -64,6 +64,6 @@ test( "selectmenu: open/close corners", function( assert ) { selects.eq( 2 ).selectmenu( "close" ); assert.hasClasses( selectButton, "ui-corner-bottom", "vertical: Last selectmenu gets ui-corner-bottom when closed" ); -}); +} ); } ); |