]> source.dussan.org Git - jquery-ui.git/commitdiff
Button: Whitespace
authorScott González <scott.gonzalez@gmail.com>
Mon, 21 Apr 2014 13:15:23 +0000 (09:15 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 21 Apr 2014 13:15:23 +0000 (09:15 -0400)
tests/unit/button/button_options.js

index 9c8ed84d3a46e50c1a37a3c62cd8ef2400a8ff0c..834a64dcf2a09cd6ac2174ec32c81a8f8fff324a 100644 (file)
@@ -41,13 +41,13 @@ test("disabled, null", function() {
 test( "disabled, ui-state-active is removed unless checkbox or radio", function() {
        expect( 12 );
        var elements = [
-                       $( "<input type='button'>" ),
-                       $( "<button></button>" ),
-                       $( "<a></a>" ),
-                       $( "<div></div>" ),
-                       $( "<input type='checkbox' id='checkbox' checked><label for='checkbox'></label>" ),
-                       $( "<input type='radio' id='radio' checked><label for='radio'></label>" )
-               ];
+               $( "<input type='button'>" ),
+               $( "<button></button>" ),
+               $( "<a></a>" ),
+               $( "<div></div>" ),
+               $( "<input type='checkbox' id='checkbox' checked><label for='checkbox'></label>" ),
+               $( "<input type='radio' id='radio' checked><label for='radio'></label>" )
+       ];
 
        $.each( elements, function() {
                var element = $( this ).first().button(),