From 5f11f55f614b3838f5169db8c71cdfbae639aadb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 21 Apr 2014 09:15:23 -0400 Subject: [PATCH] Button: Whitespace --- tests/unit/button/button_options.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/unit/button/button_options.js b/tests/unit/button/button_options.js index 9c8ed84d3..834a64dcf 100644 --- a/tests/unit/button/button_options.js +++ b/tests/unit/button/button_options.js @@ -41,13 +41,13 @@ test("disabled, null", function() { test( "disabled, ui-state-active is removed unless checkbox or radio", function() { expect( 12 ); var elements = [ - $( "" ), - $( "" ), - $( "" ), - $( "
" ), - $( "" ), - $( "" ) - ]; + $( "" ), + $( "" ), + $( "" ), + $( "
" ), + $( "" ), + $( "" ) + ]; $.each( elements, function() { var element = $( this ).first().button(), -- 2.39.5