diff options
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" ); -}); +} ); |