aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_options.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-04-21 09:15:23 -0400
committerScott González <scott.gonzalez@gmail.com>2014-04-21 09:15:23 -0400
commit5f11f55f614b3838f5169db8c71cdfbae639aadb (patch)
tree35bca5d59615fadd7d9af1cd8de4e3d698da6e32 /tests/unit/button/button_options.js
parent23d7d50f374f71efec418276a343e947cb80aea6 (diff)
downloadjquery-ui-5f11f55f614b3838f5169db8c71cdfbae639aadb.tar.gz
jquery-ui-5f11f55f614b3838f5169db8c71cdfbae639aadb.zip
Button: Whitespace
Diffstat (limited to 'tests/unit/button/button_options.js')
-rw-r--r--tests/unit/button/button_options.js14
1 files 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 = [
- $( "<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(),