]> source.dussan.org Git - jquery-ui.git/commitdiff
whitespace
authorRichard Worth <rdworth@gmail.com>
Wed, 17 Mar 2010 15:04:14 +0000 (15:04 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 17 Mar 2010 15:04:14 +0000 (15:04 +0000)
tests/unit/slider/slider_events.js

index 35097d708a69455eb386430db542b3147863b2f1..22e908bdd892efe0de6455888bf19fc9b7087a22 100644 (file)
@@ -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 ) );