aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-03-11 21:28:42 -0500
committertimmywil <tim.willison@thisismedium.com>2011-04-03 19:13:39 -0400
commit8cd30c62d813af68ccd91cc41adf43b8907f41cf (patch)
treea2f84e4e9cd816fe391540766f1bcc4859e797df /test
parentebb8e8e300be5da2671f62e939551bd3c859e81e (diff)
downloadjquery-8cd30c62d813af68ccd91cc41adf43b8907f41cf.tar.gz
jquery-8cd30c62d813af68ccd91cc41adf43b8907f41cf.zip
Continuing IE7 testing, conditional attr fixes and hooks with feature testing. Will figure out a way to shorten after the test suite passes.
Diffstat (limited to 'test')
-rw-r--r--test/unit/attributes.js2
1 files changed, 1 insertions, 1 deletions
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