diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:15:20 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:24 -0400 |
commit | 3188e1c40ccbb38a70553e2b044b659212769856 (patch) | |
tree | 576a2a33056da6aec1a989dd1c294869490c999f /tests/index.js | |
parent | fe5534b3479e5971b370636f7da34c0a1b4a7e42 (diff) | |
download | jquery-ui-3188e1c40ccbb38a70553e2b044b659212769856.tar.gz jquery-ui-3188e1c40ccbb38a70553e2b044b659212769856.zip |
Tests: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'tests/index.js')
-rw-r--r-- | tests/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/index.js b/tests/index.js index 26c07498f..30771f794 100644 --- a/tests/index.js +++ b/tests/index.js @@ -1,4 +1,4 @@ -$(function() { +$( function() { $( "#main" ) .addClass( "ui-widget" ) @@ -7,4 +7,4 @@ $( "#main" ) .next() .addClass( "ui-widget-content ui-corner-bottom" ); -}); +} ); |