X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2FcoreTest.js;h=d1035cf6476bd165c4b23e00aa14da8471087fa9;hb=4805a45c0669b298c24005ce6505b49d88f85fe7;hp=2692715fade51ea01be2629c9bf1a50429522f8a;hpb=5a6029c9fe3618a6cc6b43356598ee4bfc4c2f2a;p=jquery.git diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index 2692715..d1035cf 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -426,3 +426,4 @@ test("removeClass(String) - add three classes and remove again", function() { test("removeAttr(String", function() { ok( $('#mark').removeAttr("class")[0].className == "", "remove class" ); }); +