Skip to content

Commit 5f11f55

Browse files
committed
Button: Whitespace
1 parent 23d7d50 commit 5f11f55

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/unit/button/button_options.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ test("disabled, null", function() {
4141
test( "disabled, ui-state-active is removed unless checkbox or radio", function() {
4242
expect( 12 );
4343
var elements = [
44-
$( "<input type='button'>" ),
45-
$( "<button></button>" ),
46-
$( "<a></a>" ),
47-
$( "<div></div>" ),
48-
$( "<input type='checkbox' id='checkbox' checked><label for='checkbox'></label>" ),
49-
$( "<input type='radio' id='radio' checked><label for='radio'></label>" )
50-
];
44+
$( "<input type='button'>" ),
45+
$( "<button></button>" ),
46+
$( "<a></a>" ),
47+
$( "<div></div>" ),
48+
$( "<input type='checkbox' id='checkbox' checked><label for='checkbox'></label>" ),
49+
$( "<input type='radio' id='radio' checked><label for='radio'></label>" )
50+
];
5151

5252
$.each( elements, function() {
5353
var element = $( this ).first().button(),

0 commit comments

Comments
 (0)