From 29f7dc9a2c078495f6a0ed13c531733146528fb4 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 18 Nov 2008 02:55:25 +0000 Subject: Removed all trailing whitespace from .js and .html files --- tests/accordion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/accordion.js') diff --git a/tests/accordion.js b/tests/accordion.js index 6ede9bc06..5ac24fd9d 100644 --- a/tests/accordion.js +++ b/tests/accordion.js @@ -133,7 +133,7 @@ test("accessibility", function () { expect(9); var ac = $('#list1').accordion().accordion("activate", 1); var headers = $(".ui-accordion-header"); - + equals( headers.eq(1).attr("tabindex"), "0", "active header should have tabindex=0"); equals( headers.eq(0).attr("tabindex"), "-1", "inactive header should have tabindex=-1"); equals( ac.attr("role"), "tablist", "main role"); -- cgit v1.2.3