mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 16:15:02 -05:00
Continuing IE7 testing, conditional attr fixes and hooks with feature testing. Will figure out a way to shorten after the test suite passes.
This commit is contained in:
@@ -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" );
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user