Skip to content

Commit 78be507

Browse files
jzaeffererhdragomir
authored andcommitted
Whitespace cleanup
1 parent e5e0554 commit 78be507

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

test/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
<button id="remove">Remove focus handler</button>
6969

7070
</body>
71-
</html>
71+
</html>

test/large.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@
185185
</form>
186186

187187
</body>
188-
</html>
188+
</html>

test/messages.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ test("group error messages", function() {
2828
ok( !form.valid() );
2929
equals( 1, form.find(".errorContainer *").length );
3030
equals( "Please enter a valid date.", form.find(".errorContainer label.error").text() );
31-
31+
3232
$("#fromDate").val("12/03/2006");
3333
$("#toDate").val("12/01/2006");
3434
ok( !form.valid() );
3535
equals( "Please specify a correct date range.", form.find(".errorContainer label.error").text() );
36-
36+
3737
$("#toDate").val("12/04/2006");
3838
ok( form.valid() );
3939
ok( form.find(".errorContainer label.error").is(":hidden") );
@@ -59,4 +59,4 @@ test("read messages from metadata, with meta option specified, but no metadata i
5959
}
6060
});
6161
ok(!form.valid(), "not valid");
62-
});
62+
});

test/tabs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727

2828
</head>
2929
<body>
30-
30+
3131
<form class="cmxform" id="commentForm" method="get" action="">
32-
32+
3333
<div id="example" class="flora">
3434
<ul>
35-
35+
3636
<li><a href="#fragment-1"><span>One</span></a></li>
3737
<li><a href="#fragment-2"><span>Two</span></a></li>
3838
<li><a href="#fragment-3"><span>Three</span></a></li>
@@ -56,7 +56,7 @@
5656
<textarea id="ccomment" name="comment" class="{required:true}"></textarea>
5757
</p>
5858
</fieldset>
59-
59+
6060
</div>
6161
<div id="fragment-2">
6262
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
@@ -71,8 +71,8 @@
7171
<p>
7272
<input class="submit" type="submit" value="Submit"/>
7373
</p>
74-
74+
7575
</form>
7676

7777
</body>
78-
</html>
78+
</html>

0 commit comments

Comments
 (0)