mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
whitespace
This commit is contained in:
parent
c6e48e85ab
commit
5c5f9ad695
@ -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 ) );
|
||||
|
Loading…
Reference in New Issue
Block a user