From: Richard Worth Date: Wed, 17 Mar 2010 15:04:14 +0000 (+0000) Subject: whitespace X-Git-Tag: 1.8~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5c5f9ad69542e7ae3806611da648c463e96c32ba;p=jquery-ui.git whitespace --- diff --git a/tests/unit/slider/slider_events.js b/tests/unit/slider/slider_events.js index 35097d708..22e908bdd 100644 --- a/tests/unit/slider/slider_events.js +++ b/tests/unit/slider/slider_events.js @@ -3,22 +3,22 @@ */ (function($) { -module("slider: events"); +module( "slider: events" ); -test("start", function() { - ok(false, "missing test - untested code is broken code."); +test( "start", function() { + ok( false, "missing test - untested code is broken code." ); }); -test("slide", function() { - ok(false, "missing test - untested code is broken code."); +test( "slide", function() { + ok( false, "missing test - untested code is broken code." ); }); -test("change", function() { - ok(false, "missing test - untested code is broken code."); +test( "change", function() { + ok( false, "missing test - untested code is broken code." ); }); -test("stop", function() { - ok(false, "missing test - untested code is broken code."); +test( "stop", function() { + ok( false, "missing test - untested code is broken code." ); }); -})(jQuery); +}( jQuery ) );