From 8cd30c62d813af68ccd91cc41adf43b8907f41cf Mon Sep 17 00:00:00 2001 From: timmywil Date: Fri, 11 Mar 2011 21:28:42 -0500 Subject: Continuing IE7 testing, conditional attr fixes and hooks with feature testing. Will figure out a way to shorten after the test suite passes. --- test/unit/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/attributes.js b/test/unit/attributes.js index af423e346..d32935455 100644 --- a/test/unit/attributes.js +++ b/test/unit/attributes.js @@ -824,4 +824,4 @@ test("addClass, removeClass, hasClass", function() { ok( jq.hasClass("cla.ss3")==false, "Check the dotted class has been removed" ); jq.removeClass("class4"); ok( jq.hasClass("class4")==false, "Check the class has been properly removed" ); -}); +}); \ No newline at end of file -- cgit v1.2.3